tweak misskey-js eslintrc

This commit is contained in:
syuilo
2023-03-31 09:18:58 +09:00
parent 26068a3a8f
commit a23b25bff7
2 changed files with 9 additions and 57 deletions

View File

@@ -0,0 +1,9 @@
module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
extends: [
'../shared/.eslintrc.js',
],
};