aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/has-symbols/.eslintrc
blob: 2d9a66a8acdbacede413918d9c0c8eaaacee7457 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"max-statements-per-line": [2, { "max": 2 }],
		"no-magic-numbers": 0,
		"multiline-comment-style": 0,
	}
}