eslint-config-reverentgeek
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -0,4 +1,6 @@ | ||
"use strict"; | ||
module.exports = { | ||
root: true, | ||
extends: [ "./node.js" ] | ||
} | ||
}; |
@@ -22,2 +22,3 @@ "use strict"; | ||
"object-curly-spacing": [ "error", "always" ], | ||
"quote-props": [ "error", "as-needed" ], | ||
quotes: [ "error", "double" ], | ||
@@ -24,0 +25,0 @@ semi: [ "error", "always" ], |
@@ -10,4 +10,4 @@ "use strict"; | ||
rules: { | ||
"strict": [ "error", "global" ] | ||
strict: [ "error", "global" ] | ||
} | ||
}; |
{ | ||
"name": "eslint-config-reverentgeek", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "ESLint rules that ReverentGeek likes :)", | ||
@@ -21,4 +21,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^6.8.0" | ||
"eslint": "^7.2.0" | ||
} | ||
} |
3744
61