Merge pull request #338 from 43081j/lint-base

update eslint plugin
This commit is contained in:
Alexander Marks 2019-07-31 15:07:00 -07:00 committed by GitHub
commit 0cdab7ef66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -13,6 +13,9 @@ plugins:
parserOptions:
ecmaVersion: 2017
sourceType: module
settings:
wc:
elementBaseClasses: ["BaseElement", "LitElement", "FormElement"]
rules:
indent: off
max-len: off # clang-format fixes line lengths

6
package-lock.json generated
View File

@ -6559,9 +6559,9 @@
}
},
"eslint-plugin-wc": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-1.1.1.tgz",
"integrity": "sha512-9qwM/jXSDQ0ip14D49Ip0uQmZtsLive9VqF5tmRnmzpSI4CvAmaSIK0oYXihBA5ssIG4u4S8G3eb3HaK+7qveQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-1.2.0.tgz",
"integrity": "sha512-p1Vv8GkiTS8ZNfsmWvNJfKsGwsfCDteo2QsFE53x5DuHN7YDVf36II46DauP3mBCQ9pZnYD8lZyl/uz3qBtwQw==",
"dev": true,
"requires": {
"js-levenshtein-esm": "^1.2.0",

View File

@ -44,7 +44,7 @@
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-wc": "^1.1.1",
"eslint-plugin-wc": "^1.2.0",
"glob": "^7.1.1",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",