UNPKG
@fbartho/danger-plugin-eslint
Version:
latest (1.1.0-beta.1)
1.1.0-beta.1
1.1.0-beta.0
Eslint your code with Danger
github.com/fbartho/danger-plugin-eslint
fbartho/danger-plugin-eslint
@fbartho/danger-plugin-eslint
/
.vscode
/
settings.json
15 lines
(14 loc)
•
296 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"files.exclude"
:
{
"**/.git"
:
true
,
"**/dist"
:
true
,
"**/node_modules"
:
true
}
,
"prettier.printWidth"
:
120
,
"prettier.semi"
:
false
,
"prettier.singleQuote"
:
false
,
"prettier.trailingComma"
:
"es5"
,
"cSpell.words"
:
[
"camelcase"
]
}