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

.eslintrc.local.json « arborist « workspaces - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3fa6576f9a7cfd1cebedd192572051e596d83a0 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "ignorePatterns": [
    "test/fixtures/",
    "!test/fixtures/*.js"
  ],
  "rules": {
    "max-len": "off",
    "no-shadow": "off"
  }
}