1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-02 11:20:17 -06:00
paricafe/packages/misskey-bubble-game/.eslintrc.cjs

10 lines
150 B
JavaScript
Raw Normal View History

module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
extends: [
'../shared/.eslintrc.js',
],
};