@9renpoto/eslint-config
Advanced tools
Comparing version 7.0.0 to 7.0.1
11
index.js
module.exports = { | ||
extends: [ | ||
'prettier', | ||
'prettier/standard', | ||
'plugin:import/errors', | ||
'plugin:import/warnings', | ||
], | ||
extends: ['prettier', 'prettier/standard'], | ||
rules: { | ||
'import/order': [ | ||
'error', | ||
{ groups: ['builtin', 'external', 'parent', 'sibling', 'index'] }, | ||
], | ||
'no-else-return': 2, | ||
@@ -14,0 +5,0 @@ 'no-var': 2, |
{ | ||
"name": "@9renpoto/eslint-config", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "my eslint config", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
1329857
11