eslint-config-ionic
Advanced tools
Comparing version 0.0.1 to 0.0.2
module.exports = { | ||
"extends": "eslint:recommended", | ||
"rules": { | ||
@@ -3,0 +4,0 @@ "array-bracket-spacing": [2, "never"], |
{ | ||
"name": "eslint-config-ionic", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Common eslint rules/preferences for Ionic.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# eslint-config-ionic | ||
Common eslint rules/preferences for Ionic. | ||
## Usage | ||
Install: | ||
```bash | ||
npm i eslint-config-ionic --save-dev | ||
``` | ||
Extend the rules from your eslint file: | ||
```json | ||
{ | ||
"extends": "ionic" | ||
} | ||
``` |
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
3494
42
19