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

.eslintrc.yaml « doc - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b81bec650887c0ea61fa3d26f3e9c73ed3dcd6a1 (plain)
1
2
3
4
5
rules:
  strict: 0
  no-restricted-properties: 0
  no-undef: 0
  no-unused-vars: 0