Skip to content

Commit 3d9d8b5

Browse files
committed
lint command added
1 parent 20e7034 commit 3d9d8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"main": "dist/maskedInput.js",
99
"scripts": {
1010
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
11+
"lint": "./node_modules/.bin/eslint src/MaskedInput.js",
1112
"babel": "npm run babel-component & npm run babel-poly",
1213
"babel-component": "babel src/ff-polyfill.js --out-file dist/ff-polyfill.js",
1314
"babel-poly": "babel src/MaskedInput.js --out-file dist/maskedInput.js",

0 commit comments

Comments
 (0)