eslint-config-lystable
Advanced tools
Comparing version 1.0.1 to 2.0.0
module.exports = { | ||
"plugins": ["react"], | ||
// Extend AirBnB style guide - https://github.com/airbnb/javascript | ||
"extends": "lystable/node_modules/eslint-config-airbnb", | ||
"extends": "eslint-config-airbnb", | ||
// on top of the AirBnB guide... | ||
@@ -6,0 +6,0 @@ "rules": { |
{ | ||
"name": "eslint-config-lystable", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Base eslint config conforming to Lystable development guidelines", | ||
@@ -24,8 +24,6 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"eslint-config-airbnb": "^2.1.1" | ||
}, | ||
"peerDependencies": { | ||
"eslint-config-airbnb": "^2.1.1", | ||
"eslint": ">=1.0.0" | ||
} | ||
} |
Lystable Javascript ESLint config | ||
================================= | ||
Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires eslint and eslint-plugin-react. | ||
Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires `eslint` and `eslint-plugin-react`. | ||
1. Install with `npm install --save-dev eslint-config-lystable` | ||
1. Install with `npm install --save-dev eslint eslint-config-lystable eslint-plugin-react` | ||
2. Add `"extends": "lystable"` to your .eslintrc |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
15403
6
3
- Removedeslint-config-airbnb@^2.1.1