1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Set babel.

This commit is contained in:
Bogdan Bodnar
2019-08-23 15:20:22 +02:00
parent 02ca27e49c
commit 7b38c1658c
69 changed files with 2577 additions and 1269 deletions

View File

@ -34,7 +34,7 @@ module.exports = {
],
"import/no-cycle": "warn",
"no-console": "error",
"no-use-before-define": ["error", { functions: false, classes: true, variables: true }],
"no-use-before-define": ["error", {functions: false, classes: true, variables: true}],
"no-restricted-syntax": "warn",
// Should be enabled in the future
"camelcase": "off",
@ -59,4 +59,4 @@ module.exports = {
}
}
}
}
};