mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"extends": "../src/.eslintrc.json",
|
|
"root": true,
|
|
"rules": {
|
|
// That is okay for the built version
|
|
"no-multiple-empty-lines": "off"
|
|
}
|
|
}
|