refactor: extract bubble-game engine as independent package
This commit is contained in:
parent
a637b4e282
commit
952386ba8f
16 changed files with 718 additions and 547 deletions
9
packages/misskey-bubble-game/.eslintrc.cjs
Normal file
9
packages/misskey-bubble-game/.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ['./tsconfig.json'],
|
||||
},
|
||||
extends: [
|
||||
'../shared/.eslintrc.js',
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue