mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Remove ESLint to simplify (also the actual deps are not updated)
remove eslint
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"extends": ["eslint:recommended", "google"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"plugins": [
|
||||
"html"
|
||||
],
|
||||
"rules": {
|
||||
"brace-style": "off",
|
||||
"new-cap": ["error", { "capIsNewExceptions": ["Polymer"] }],
|
||||
"no-var": "off",
|
||||
"require-jsdoc": "off"
|
||||
},
|
||||
"globals": {
|
||||
"Polymer": true
|
||||
}
|
||||
}
|
||||
1157
package-lock.json
generated
1157
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -8,8 +8,7 @@
|
||||
"scripts": {
|
||||
"start": "polymer serve",
|
||||
"build": "polymer build",
|
||||
"lint": "npm run lint:javascript && polymer lint",
|
||||
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
|
||||
"lint": "polymer lint",
|
||||
"test": "polymer test",
|
||||
"test:integration": "polymer build # test that psk builds without error with the CLI"
|
||||
},
|
||||
@@ -26,9 +25,6 @@
|
||||
"@webcomponents/webcomponentsjs": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-google": "^0.7.0",
|
||||
"eslint-plugin-html": "^2.0.0",
|
||||
"polymer-cli": "^1.7.0-pre.11",
|
||||
"wct-browser-legacy": "^0.0.1-pre.12"
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
"assert": false,
|
||||
"fixture": false,
|
||||
"WCT": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user