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

.eslintrc - github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3d95b5014f7f090c836b1b644c9fcc1e8df71b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "extends": [
        "standard"
    ],
    "plugins": [
        "import"
    ],
    "rules": {
        "no-new": 0
    }
}