Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "eslint-g", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Generator eslint config for pspgbhu", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,4 @@ const plugins = [ | ||
rc = | ||
`module.exports = { | ||
` | ||
module.exports = { | ||
"parser": "babel-eslint", | ||
@@ -43,6 +44,7 @@ "plugins": [ | ||
"no-unused-vars": 1, | ||
"no-use-before-define": ["error", { "functions": false, "classes": false }], | ||
"no-trailing-spaces": [1, { "skipBlankLines": true }], | ||
"no-unreachable": 1, | ||
"no-alert": 0, | ||
"arrow-body-style": 0, | ||
"arrow-body-style": 0, | ||
"class-methods-use-this": 0, | ||
@@ -49,0 +51,0 @@ "react/jsx-uses-react": 1, |
7738
184