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

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

	"parserOptions": {
		"ecmaVersion": 2015
	},

	"env": {
		"es6": true
	}
}