mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-03-21 17:34:38 -05:00
ESLint: Fix config
This commit is contained in:
parent
a56f1f160f
commit
8c32fabe67
|
|
@ -3,6 +3,11 @@
|
|||
import { configs, configure, globals } from './eslint-ps-standard.mjs';
|
||||
|
||||
export default configure([
|
||||
{
|
||||
ignores: [
|
||||
'.dist',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "JavaScript",
|
||||
files: [
|
||||
|
|
@ -38,6 +43,9 @@ export default configure([
|
|||
},
|
||||
{
|
||||
name: "TypeScript tests",
|
||||
files: [
|
||||
"**/*.test.ts",
|
||||
],
|
||||
rules: {
|
||||
"@typescript-eslint/restrict-template-expressions": "off",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user