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

.eslintrc « test « qs « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20175d64d9dbf7c1513d9cb0eecd3416a402f4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "rules": {
		"array-bracket-newline": 0,
		"array-element-newline": 0,
		"consistent-return": 2,
        "max-lines": 0,
        "max-nested-callbacks": [2, 3],
        "max-statements": 0,
		"no-buffer-constructor": 0,
        "no-extend-native": 0,
        "no-magic-numbers": 0,
		"object-curly-newline": 0,
        "sort-keys": 0
    }
}