24 lines
377 B
JSON
24 lines
377 B
JSON
{
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"indent": [
|
|
2,
|
|
"tab"
|
|
],
|
|
"linebreak-style": [
|
|
2,
|
|
"windows"
|
|
],
|
|
"quotes": [
|
|
2,
|
|
"single"
|
|
],
|
|
"semi": [
|
|
2,
|
|
"always"
|
|
]
|
|
}
|
|
} |