initial commit & scaffold
This commit is contained in:
10
node-health/.eslintrc.cjs
Normal file
10
node-health/.eslintrc.cjs
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['../../.eslintrc.cjs'],
|
||||
parserOptions: {
|
||||
project: './tsconfig.json',
|
||||
},
|
||||
rules: {
|
||||
// package-level overrides
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user