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

.eslintrc.json - github.com/okkur/syna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eae84bddc97d28e02aaeccb0904df485b690e952 (plain)
1
2
3
4
5
6
7
8
{
  "extends": ["airbnb", "prettier"],
  "plugins": ["prettier"],
  "rules": {
    "prettier/prettier": ["error"]
  },
}