Skip to content

Commit 5f74a7c

Browse files
committed
eslint ALL the files
1 parent e64f4f9 commit 5f74a7c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
],
1212
"scripts": {
1313
"clean": "rm -rf dist",
14-
"lint": "eslint quote-selection.js test/ && flow check",
14+
"lint": "eslint . && flow check",
1515
"prebuild": "npm run clean && npm run lint && mkdir dist",
1616
"build": "rollup -c && cp quote-selection.js.flow dist/quote-selection.esm.js.flow && cp quote-selection.js.flow dist/quote-selection.umd.js.flow",
1717
"pretest": "npm run build",
1818
"test": "karma start test/karma.config.js",
1919
"prepublishOnly": "npm run build"
2020
},
21+
"dependencies": {},
2122
"devDependencies": {
2223
"@babel/core": "^7.3.4",
2324
"@babel/preset-env": "^7.3.4",
@@ -34,5 +35,9 @@
3435
"mocha": "^6.0.2",
3536
"rollup": "^1.2.3",
3637
"rollup-plugin-babel": "^4.3.2"
37-
}
38+
},
39+
"eslintIgnore": [
40+
"dist/",
41+
"prettier.config.js"
42+
]
3843
}

0 commit comments

Comments
 (0)