mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
👮 add eslint
This commit is contained in:
parent
fe109c9f8c
commit
b233594643
12 changed files with 2044 additions and 168 deletions
10
package.json
10
package.json
|
@ -13,7 +13,15 @@
|
|||
"devDependencies": {
|
||||
"@pwa/cli": "latest",
|
||||
"@pwa/plugin-offline": "latest",
|
||||
"@pwa/preset-preact": "latest"
|
||||
"@pwa/preset-preact": "latest",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-config-standard-preact": "^1.1.6",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-node": "^9.0.0",
|
||||
"eslint-plugin-promise": "^4.1.1",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"eslint-plugin-standard": "^4.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.25%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue