@genie-solutions/eslint-config-genie
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -20,3 +20,3 @@ // shareable configs that have dependencies are not yet supported by | ||
extends: ["eslint-config-airbnb", "eslint:recommended"], | ||
plugins: [], | ||
plugins: ["simple-import-sort"], | ||
overrides: [ | ||
@@ -64,2 +64,3 @@ { | ||
], | ||
"simple-import-sort/imports": "error", | ||
}, | ||
@@ -66,0 +67,0 @@ settings: { |
{ | ||
"name": "@genie-solutions/eslint-config-genie", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Standard eslint config for Genie Solutions projects", | ||
@@ -24,2 +24,3 @@ "main": ".eslintrc.js", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"prettier": "^2.5.1", | ||
@@ -26,0 +27,0 @@ "typescript": "^4.3.2" |
12842
20
168
16
+ Addedeslint-plugin-simple-import-sort@7.0.0(transitive)