eslint-config-brightspace
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,3 +5,4 @@ module.exports = { | ||
"env": { | ||
"browser": true | ||
"browser": true, | ||
"es6": true | ||
}, | ||
@@ -16,2 +17,12 @@ "plugins": [ | ||
"rules": { | ||
"arrow-spacing": 2, | ||
"no-confusing-arrow": 2, | ||
"no-duplicate-imports": 2, | ||
"no-useless-constructor": 2, | ||
"no-var": 2, | ||
"prefer-arrow-callback": 2, | ||
"prefer-const": 2, | ||
"prefer-spread": 2, | ||
"prefer-template": 2, | ||
"sort-imports": [2, { "ignoreCase": true }], | ||
"strict": [2, "never"], | ||
@@ -18,0 +29,0 @@ "lit/no-duplicate-template-bindings": 2, |
{ | ||
"name": "eslint-config-brightspace", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Common Brightspace eslint configs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18203
171