server/.eslintrc.js

8 lines
149 B
JavaScript
Raw Normal View History

2023-09-11 05:31:08 +02:00
module.exports = {
extends: [
"eslint:strict",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic",
],
};