matrix-public-archive/client/js/.eslintrc.json

16 lines
278 B
JSON
Raw Permalink Normal View History

2022-02-15 20:33:31 -07:00
{
"env": {
"browser": true,
"commonjs": false,
"node": false
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"n/no-unsupported-features/es-syntax": "off",
"n/no-unsupported-features/es-builtins": "off"
2022-02-15 20:33:31 -07:00
}
}