chore: fix eslint config for lint-staged

This commit is contained in:
fryorcraken.eth 2022-10-31 09:31:44 +11:00
parent 6b2accbb28
commit 44e2890301
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,6 @@
module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: "./tsconfig.dev.json",
},
};

View File

@ -1,5 +0,0 @@
{
"parserOptions": {
"project": "./tsconfig.dev.json"
}
}