eslint-config-instant
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -25,10 +25,2 @@ module.exports = { | ||
'import/resolver': { | ||
alias: { | ||
map: [ | ||
['@module', './src/modules'], | ||
['@common', './src/common'], | ||
['@util', './src/util'], | ||
], | ||
extensions: ['.js', '.ts'], | ||
}, | ||
node: { | ||
@@ -56,2 +48,3 @@ extensions: ['.js', '.ts'], | ||
], | ||
'import/newline-after-import': ['error', { considerComments: true }], | ||
'import/no-extraneous-dependencies': [ | ||
@@ -84,3 +77,2 @@ 'error', | ||
'default-case-last': 'error', | ||
'import/order': [ | ||
@@ -114,3 +106,2 @@ 'error', | ||
], | ||
'prettier/prettier': [ | ||
@@ -123,3 +114,3 @@ 'error', | ||
tabWidth: 2, | ||
trailingComma: 'none', | ||
trailingComma: 'all', | ||
useTabs: true, | ||
@@ -126,0 +117,0 @@ arrowParens: 'avoid', |
{ | ||
"name": "eslint-config-instant", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/instantcommerce/eslint-config-instant" | ||
}, | ||
"main": "index.js", | ||
@@ -5,0 +9,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
18225
0
502