Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc « is-regex « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbb8e9de537b9eaaa2bb91a267b8267017e5641b (plain)
1
2
3
4
5
6
7
8
9
{
	"root": true,

	"extends": "@ljharb",

	"rules": {
		"id-length": [1]
	}
}