eslint-config-renarsvilnis
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eslint-config-renarsvilnis", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Personal eslint configuration for use with es6 and react", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# eslint-config-renarsvilnis | ||
Personal eslint configuration based on semistandard | ||
Personal eslint configuration based on [semistandard](https://github.com/Flet/semistandard) which is based on [standard](https://github.com/feross/standard) for usage with [babel](http://babeljs.io/) and [react.js](http://facebook.github.io/react/) | ||
### Usage | ||
1. Add module | ||
1. Install the NPM module | ||
```bash | ||
# Install this module | ||
# Add the configuration | ||
npm i -D eslint-config-renarsvilnis | ||
@@ -15,2 +15,4 @@ | ||
2. Add `.eslintrc` file into the root of your project | ||
*Note:* Possible but frowned upon extending this configuration | ||
```json | ||
@@ -23,2 +25,2 @@ { | ||
### TODO | ||
- [ ] Add customization like non-react, non-es6, similar as (airbnb)[https://www.npmjs.com/package/eslint-config-airbnb] does it | ||
- Add customization like non-react, non-es6, similar as [airbnb](https://www.npmjs.com/package/eslint-config-airbnb) does it |
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
6246
24