Configuration
Legacy version
You’re browsing the documentation for v3. View the docs for the latest version →
Styleguide
config/config.json
json
{
"css": {
"dev": {},
"dist": {}
},
"html": {
"browsersync": {}
},
"img": {
"svgSpriteDev": {},
"svgSpriteDist": {},
"imagemin": {}
}
}
config/paths.json
json
{
"output": {
"css": {
"path": "css",
"name": "styles.css"
},
"js": {
"path": "js",
"name": "scripts.js"
},
"img": {
"path": "img",
"icons": "icons.svg"
}
}
}
Dotfiles
.babelrc
: Configuration for Babel.browserslistrc
: Set supported browsers.editorconfig
: Set basic rules for editors/IDEs.eslintignore
: Files ignored by ESLint.eslintrc.json
: Configuration and rules for ESLint.stylelintrc.json
: Configuration and rules for Stylelint