UNPKG
eslint-config-brf
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
brf lint custom configurations
eslint-config-brf
/
README.md
16 lines
(11 loc)
•
198 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Instalação
``
` npm install -D @brf/eslint-config-brf `
``
# Utilização
Dentro
do
arquivo
`eslintrc.json`
adicione o seguinte código
``
`json { "extends": ["@brf/eslint-config-brf"] } `
``