Forked from an inaccessible project.
-
Wilson JALLET authored
Première migration sur la table 'groups' + seed
Wilson JALLET authoredPremière migration sur la table 'groups' + seed
.eslintrc.json 320 B
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": ["error",4],
"linebreak-style": ["error","unix"],
"semi": ["error","always"],
"no-console": 0
}
}