UNPKG
@fye/eslint-config
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Standardized eslint configuration
@fye/eslint-config
/
README.md
15 lines
(12 loc)
•
164 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# FYE ESLINT Standards
## Install
``
` npm i --save-dev @fye/eslint-config `
``
## Usage
In
project
`.eslintrc`
file:
``
` { "extends": "@fye/eslint-config" } `
``