Skip to content

Commit 03cd5a1

Browse files
committed
Update package.json
1 parent 91665e8 commit 03cd5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"ci:definitionsCheck": "node ./ci/definitionsCheck.js",
118118
"definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
119119
"docs": "jsdoc -c ./jsdoc-conf.json",
120-
"lint": "flow && eslint --cache ./",
120+
"lint": "slint --cache ./",
121121
"lint-fix": "eslint --fix --cache ./",
122122
"build": "babel src/ -d lib/ --copy-files --extensions '.ts,.js'",
123123
"build:types": "tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint-fix",

0 commit comments

Comments
 (0)