diff --git a/base/.eslintrc.json b/base/.eslintrc.json index f5737b5..c093b58 100644 --- a/base/.eslintrc.json +++ b/base/.eslintrc.json @@ -40,13 +40,7 @@ "no-var": 2, "no-unused-expressions": 2, - "camelcase": [ - 2, - { - "properties": "always", - "allow": ["^UNSAFE_"] - } - ], + "camelcase": 0, "import/order": [ 2, { @@ -82,7 +76,8 @@ "import/no-unused-modules": [ 2, { - "unusedExports": true + "unusedExports": false, + "missingExports": true } ], "import/no-deprecated": 2, @@ -99,7 +94,7 @@ "tsx": "never" } ], - "import/prefer-default-export": 2, + "import/prefer-default-export": 0, "import/no-anonymous-default-export": [ 2, { diff --git a/package-lock.json b/package-lock.json index dc8cdbf..51ab3f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-dabapps", - "version": "6.0.4", + "version": "6.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e5d757..24a084f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-dabapps", - "version": "6.0.4", + "version": "6.1.0", "description": "DabApps ESLint Configuration", "main": ".eslintrc.json", "scripts": {