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.
1 parent 5d9d710 commit e29a071Copy full SHA for e29a071
.eslintignore
@@ -1 +1,3 @@
1
+dist/
2
+node_modules/
3
spec/vendor/openlocationcode.js
package.json
@@ -13,7 +13,7 @@
13
"test": "npm run test:karma -- --single-run && npm run lint",
14
"test:karma": "karma start spec/karma.conf.js",
15
"lint": "npm run lint:js && npm run lint:style",
16
- "lint:js": "eslint $(git ls-files '*.js')",
+ "lint:js": "eslint .",
17
"lint:style": "prettier --check $(npm run ls-files)",
18
"fix:style": "prettier --write $(npm run ls-files)",
19
"ls-files": "git ls-files '*.js' '*.json' '*.css' '*.html' '*.yaml' '*.yml'",
0 commit comments