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

Integrate Prettier + ESLint + reForis Style Guide

This commit is contained in:
Aleksandr Gumroian
2020-08-18 15:21:53 +02:00
parent a434ecac18
commit e41da48b1a
4 changed files with 18590 additions and 18482 deletions

View File

@ -1,6 +1,8 @@
module.exports = {
extends: "eslint-config-reforis",
extends: ["eslint-config-reforis", "prettier"],
plugins: ["prettier"],
rules: {
"prettier/prettier": ["error"],
"import/prefer-default-export": "off",
},
};