0.0.19 • Published 3 years ago
@greenatom/dotfiles v0.0.19
@greenatom/dotfiles
Файлы конфигураций для javascript, typescript и стилей на основе styled-components.\ Содержит:\
- tsconfig
- prettier-config
- eslint-config
- stylelint-config
Установка
npm i -save-dev @greenatom/dotfiles
Использование
- Tsconfig. Добавьте в
tsconfig.json
своего проекта.
{
"extends": "@greenatom/dotfiles/tsconfig"
}
- Eslint. Добавьте в
.eslintrc.js
или.eslintrc.json
.
{
"extends": ["./node_modules/@greenatom/dotfiles/eslint-config"]
}
- Prettier. Используйте в
prettier.config.js
module.exports = {
...require("@greenatom/dotfiles/prettier-config")
};
- Stylelint. Добавьте в
styelint.config.js
или.stylelintrc.json
.
{
"extends": [
"@greenatom/dotfiles/stylelint-config"
]
}
0.0.16-feature-input-date.1
3 years ago
0.0.19-feature-150816-input-color.1
3 years ago
0.0.16
3 years ago
0.0.17
3 years ago
0.0.18
3 years ago
0.0.19
3 years ago
0.0.18-feature-150816-input-color.1
3 years ago
0.0.17-feature-158682-new-theme-button.1
3 years ago
0.0.14-feature-136938-counter-snackbar.1
3 years ago
0.0.14
3 years ago
0.0.15-feature-calendar.1
3 years ago
0.0.15
3 years ago
0.0.14-feature-calendar.1
3 years ago
0.0.13-feature-113468-changelog.1
3 years ago
0.0.13
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago