mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
14 lines
189 B
JSON
14 lines
189 B
JSON
{
|
|
"rules": {
|
|
"indent": [
|
|
2,
|
|
4
|
|
]
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"jquery": true
|
|
},
|
|
"extends": "eslint:recommended"
|
|
}
|