mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
|
|
module.exports = {
|
||
|
|
extends: [
|
||
|
|
"eslint:strict",
|
||
|
|
"plugin:@typescript-eslint/strict-type-checked",
|
||
|
|
"plugin:@typescript-eslint/stylistic",
|
||
|
|
],
|
||
|
|
};
|