diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2020-02-11 22:11:08 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2020-02-11 22:11:08 +0100 |
commit | b70b4ba4b17d02d9744bd72494549f5cf7d980f8 (patch) | |
tree | 0df79bf22bc556389b95348302d89d4950a42899 /webui/.eslintrc | |
parent | 465f7ca73d7093eeeecb6553c804d8cfb06e6652 (diff) | |
download | git-bug-b70b4ba4b17d02d9744bd72494549f5cf7d980f8.tar.gz |
webui: lint graphql files
Diffstat (limited to 'webui/.eslintrc')
-rw-r--r-- | webui/.eslintrc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/webui/.eslintrc b/webui/.eslintrc deleted file mode 100644 index 3c6e976f..00000000 --- a/webui/.eslintrc +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": [ - "react-app", - "prettier/@typescript-eslint", - "plugin:prettier/recommended" - ], - "rules": { - "import/order": [ - "error", { - "alphabetize": {"order": "asc"}, - "pathGroups": [{ - "pattern": "@material-ui/**", - "group": "external", - "position": "after" - }, { - "pattern": "*.generated", - "group": "sibling", - "position": "after" - }], - "groups": [["builtin", "external"], "parent", ["sibling", "index"]], - "newlines-between": "always" - } - ] - } -} |