mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
13 lines
173 B
JSON
13 lines
173 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"no-var": "error",
|
|
"prefer-const": ["error", {
|
|
"destructuring": "all"
|
|
}]
|
|
}
|
|
}
|