mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-04-01 18:48:18 -07:00
Simplify ESLint calls
This commit is contained in:
parent
2739599133
commit
6804e79b6c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/edward-shen/MMM-pages#readme",
|
"homepage": "https://github.com/edward-shen/MMM-pages#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint --fix",
|
||||||
"test": "npm run lint"
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue