1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-09-27 11:04:19 +02:00
foris-js/.eslintrc.js

9 lines
208 B
JavaScript
Raw Normal View History

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