Skip to content
Snippets Groups Projects
Commit 1fe93e75 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: remove unused eslint

parent 0193af32
No related branches found
No related tags found
No related merge requests found
......@@ -33,16 +33,11 @@ module.exports = {
'import/named': 0,
'import/namespace': 0,
'import/no-named-as-default-member': 0,
'import/prefer-default-export': 0, // no benefit
// other rules
'import/prefer-default-export': 0, // no benefit
'no-param-reassign': 'error',
'no-restricted-syntax': 0,
'no-await-in-loop': 0,
'prefer-destructuring': 0,
'prefer-template': 0,
'no-underscore-dangle': 0,
'no-negated-condition': 'error',
'no-param-reassign': 'error',
'sort-imports': [
'error',
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment