Remove ESLint to simplify (also the actual deps are not updated)

remove eslint
This commit is contained in:
Abdón Rodríguez Davila
2018-04-18 19:35:00 +02:00
parent e20dddbf2e
commit 8b6957ad4c
4 changed files with 22 additions and 1172 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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"
}

View File

@@ -1,10 +0,0 @@
{
"env": {
"mocha": true
},
"globals": {
"assert": false,
"fixture": false,
"WCT": false
}
}