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

.eslintrc - github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c091af75bf813c78cf03b33ace1b4be7efca3dd9 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "airbnb-base/legacy",
  "rules": {
    "indent": [2, "tab"],
    "no-tabs": 0,
    "no-unused-vars": 0,
    "no-shadow-restricted-names": 0
  }
}