aboutsummaryrefslogtreecommitdiffstats
path: root/test/node_smoke_tests/commonjs/.eslintrc.json
blob: 26409bd89f4c536776fb87d20d5b8af4ba98b949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"root": true,

	"extends": "../../../.eslintrc-node.json",

	"parserOptions": {
		"ecmaVersion": 2015,
		"sourceType": "script"
	},
	"env": {
		"es2022": true
	}
}