We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c68ed54 + 5f00dda commit 569c7d8Copy full SHA for 569c7d8
index.js
@@ -94,6 +94,7 @@ module.exports = {
94
],
95
"newline-before-return": "error",
96
"no-alert": "off",
97
+ "no-duplicate-imports": "error",
98
"no-eq-null": "off",
99
"no-unused-vars": [
100
"error",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-simplymadeapps",
3
- "version": "1.5.11",
+ "version": "1.5.12",
4
"description": "ESLint config for Simply Made Apps",
5
"homepage": "https://github.com/simplymadeapps/eslint-config-simplymadeapps",
6
"license": "MIT",
0 commit comments