mirror of
https://github.com/MisskeyIO/misskey
synced 2024-12-05 02:08:52 +09:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
|
module.exports = {
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: ['./tsconfig.json'],
|
||
|
},
|
||
|
extends: [
|
||
|
'../../shared/.eslintrc.js',
|
||
|
],
|
||
|
};
|