eslint-config-productsway
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "eslint-config-productsway", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Huynh Duc Dung", |
@@ -21,3 +21,3 @@ # Welcome to eslint-config-productsway 👋 | ||
module.exports = { | ||
extends: ['airbnb-typescript-prettier'], | ||
extends: ['productsway'], | ||
}; | ||
@@ -30,3 +30,3 @@ ``` | ||
module.exports = { | ||
extends: ['airbnb-typescript-prettier'], | ||
extends: ['productsway'], | ||
parserOptions: { | ||
@@ -33,0 +33,0 @@ project: './tsconfig.json', |
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
8945