1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00
foris-js/.eslintrc.js

9 lines
208 B
JavaScript
Raw Normal View History

2019-08-21 15:04:26 +00:00
module.exports = {
extends: ["eslint-config-reforis", "prettier"],
plugins: ["prettier"],
2019-11-13 10:11:11 +00:00
rules: {
"prettier/prettier": ["error"],
2019-08-27 15:46:45 +00:00
"import/prefer-default-export": "off",
2019-08-21 15:04:26 +00:00
},
2019-08-23 13:20:22 +00:00
};