Skip to content

Commit

Permalink
Merge pull request #30 from sanctuary-js/davidchambers/eslint
Browse files Browse the repository at this point in the history
eslint@6.8.x
  • Loading branch information
davidchambers committed Jan 3, 2020
2 parents 37b2827 + df07b18 commit f51b934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions eslint-common.json
Expand Up @@ -27,6 +27,7 @@
"no-compare-neg-zero": ["error"],
"no-cond-assign": ["error", "except-parens"],
"no-dupe-args": ["error"],
"no-dupe-else-if": ["error"],
"no-dupe-keys": ["error"],
"no-duplicate-case": ["error"],
"no-empty-character-class": ["error"],
Expand Down Expand Up @@ -73,6 +74,7 @@
"object-curly-spacing": ["error", "never"],
"object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}],
"operator-assignment": ["error", "always"],
"prefer-regex-literals": ["error"],
"quote-props": ["error", "consistent"],
"quotes": ["error", "single", {"avoidEscape": true}],
"radix": ["error", "always"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {},
"devDependencies": {
"eslint": "5.15.x",
"eslint": "6.8.x",
"xyz": "4.0.x"
},
"peerDependencies": {
"eslint": "5.15.x"
"eslint": "6.8.x"
},
"files": [
"/LICENSE",
Expand Down

0 comments on commit f51b934

Please sign in to comment.