mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
27 lines
420 B
JSON
27 lines
420 B
JSON
{
|
|
"rules": {
|
|
"indent": [
|
|
2,
|
|
4
|
|
],
|
|
"quotes": [
|
|
2,
|
|
"single"
|
|
],
|
|
"linebreak-style": [
|
|
2,
|
|
"unix"
|
|
],
|
|
"semi": [
|
|
2,
|
|
"always"
|
|
]
|
|
},
|
|
"env": {
|
|
"builtin": true,
|
|
"browser": true,
|
|
"jquery": true
|
|
},
|
|
"extends": "eslint:recommended"
|
|
}
|