wiki.techinc.nl/tests/phpunit/data/.eslintrc.json
Ed Sanders 9e234e6a37 eslint: Only apply client rules to client files
Change-Id: I757b9616ce69b6020e9f0e556e006d39de59eb01
2022-02-09 02:40:11 +00:00

16 lines
318 B
JSON

{
"extends": [
"../../../resources/src/.eslintrc.json"
],
"rules": {
"array-bracket-spacing": "off",
"comma-spacing": "off",
"eol-last": "off",
"indent": "off",
"key-spacing": "off",
"no-multi-spaces": "off",
"no-multiple-empty-lines": "off",
"object-curly-spacing": "off",
"strict": "off"
}
}