deployment-tools
Version:
A Node.js scripts that helps you to compile and deploy the static assets (CSS/JavaScript/images) of your website without gulp and grunt using Node.js and npm scripts
17 lines (16 loc) • 364 B
Plain Text
{
"parser": "babel-eslint",
"extends": "airbnb",
"globals": {
},
"rules": {
// use one tab for indent
"indent": [2, "tab"],
"max-len": [0],
"linebreak-style": ["error", "windows"],
"no-tabs": [0],
"react/jsx-filename-extension": [0],
"react/require-extension": "off",
"react/jsx-indent": [2, 'tab'],
}
}