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

7 lines
127 B
JavaScript
Raw Normal View History

2019-08-21 17:04:26 +02:00
module.exports = {
2019-11-13 11:11:11 +01:00
extends: "eslint-config-reforis",
rules: {
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
};