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

.eslintrc « cross-spawn « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f34b41d96cca8038d3dd9cd927c086a42eaa3bfc (plain)
1
2
3
4
5
6
7
{
    "root": true,
    "extends": [
        "@satazor/eslint-config/es5",
        "@satazor/eslint-config/addons/node"
    ]
}