aboutsummaryrefslogtreecommitdiff
path: root/test/.eslintrc.json
blob: 6d17384e5fbf711d72fac2365437a274dd4f5b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"env": {
		"commonjs": true,
		"es2021": true,
		"node": true
	},
	"extends": [
		"standard",
		"plugin:@typescript-eslint/recommended",
		"base"
	],
	"parserOptions": {
		"ecmaVersion": 12,
		"parser": "@typescript-eslint/parser"
	},
	"plugins": [ "@typescript-eslint" ]
}