mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
12 lines
178 B
JavaScript
12 lines
178 B
JavaScript
module.exports = {
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
extends: ['../.eslintrc.cjs'],
|
|
env: {
|
|
node: true,
|
|
jest: true,
|
|
},
|
|
};
|