We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint
1 parent 397984d commit 663e61dCopy full SHA for 663e61d
package.json
@@ -9,6 +9,7 @@
9
"build:demo": "parcel build ./demo/index.html --out-dir ./demo/dist --public-url ./",
10
"build": "rm -rf ./dist && tsc",
11
"prettier": "prettier '@(src|demo)/**/*.@(ts|tsx|html|less)' --write",
12
+ "lint": "tslint -p tsconfig.json --fix",
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
15
"repository": {
0 commit comments