eslint-config-origami-component
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "eslint-config-origami-component", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node ./test.js" | ||
}, | ||
"main": "config.js", | ||
"author": "Jake Champion", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@financial-times/origami-service-makefile": "^6.0.1", | ||
"mocha": "^4.0.1", | ||
"proclaim": "^3.4.2" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # eslint-config-origami-component | ||
Just install this package somewhere your eslint can find it (`npm | ||
Install this package somewhere your eslint can find it (`npm | ||
install -g eslint-config-origami-component` if your eslint is installed with | ||
@@ -16,10 +16,5 @@ `-g` too), and put | ||
{ | ||
"extends": "eslint-config-origami-components", // You can omit the `eslint-config-` part | ||
"rules": { | ||
// Override any settings from the "parent" configuration | ||
// For example, Next may want to override some rules for their Next components | ||
} | ||
"extends": "eslint-config-origami-components" | ||
} | ||
``` | ||
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9838
13
155
3
19
1