summaryrefslogtreecommitdiff
path: root/src/node_modules/is-symbol/.eslintrc
blob: 046dd071413e73d54b0fc23a48536fc7960e3c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"root": true,

	"extends": "@ljharb",

	"overrides": [
		{
			"files": "test/**",
			"rules": {
				"no-restricted-properties": 0,
			},
		},
	],
}