pull/134/head
Alex Kern 12 months ago
parent 71f7e3452c
commit cd27475f53
No known key found for this signature in database
GPG Key ID: EF051FACCACBEE25

@ -1,3 +0,0 @@
legacy/
node_modules/
.next/

@ -28,5 +28,10 @@ module.exports = {
"no-inline-comments": "off", "no-inline-comments": "off",
"no-shadow": "warn", "no-shadow": "warn",
"no-use-before-define": "off", "no-use-before-define": "off",
} },
ignores: [
'legacy/',
'node_modules/',
'.next/'
]
}; };

Loading…
Cancel
Save