@gregoralbrecht/eslint-config
Advanced tools
Comparing version 0.0.0-development to 1.1.1
{ | ||
"name": "@gregoralbrecht/eslint-config", | ||
"version": "0.0.0-development", | ||
"version": "1.1.1", | ||
"description": "Personal ESLint config", | ||
@@ -9,2 +9,8 @@ "main": "index.js", | ||
"license": "MIT", | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig", | ||
"react", | ||
"jsx" | ||
], | ||
"eslintConfig": { | ||
@@ -11,0 +17,0 @@ "extends": "./index.js" |
# @gregoralbrecht/eslint-config | ||
A simple ESLint configuration for React projects. | ||
## Installation | ||
Install using `yarn`: | ||
```sh | ||
yarn add -D eslint prettier @gregoralbrecht/eslint-config | ||
``` | ||
Then extend our ESLint config `.eslintrc.js`: | ||
```js | ||
module.exports = { | ||
extends: ["@gregoralbrecht/eslint-config"], | ||
}; | ||
``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2548
1
20