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:
@ -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 = {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user