mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-21 19:29:50 -04:00
15 lines
132 B
Plaintext
15 lines
132 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
},
|
|
|
|
"rules": {
|
|
"id-length": "off",
|
|
},
|
|
}
|