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

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

	"overrides": [
		{
			"files": "rollup.config.js",
			"parserOptions": {
				"sourceType": "module"
			}
		}
	]
}