mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 18:39:36 +00:00
Compare commits
3 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b38f958357 | ||
| 063ad2fc17 | |||
| 078e227f61 |
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"extends": [
|
||||
"@ivuorinen/semantic-release-config"
|
||||
]
|
||||
}
|
||||
"extends": ["@ivuorinen/semantic-release-config"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"extends": [
|
||||
"@ivuorinen/stylelint-config/css"
|
||||
]
|
||||
}
|
||||
"extends": ["@ivuorinen/stylelint-config/css"]
|
||||
}
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-formatter-pretty": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-n": "^16.0.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"extends": [
|
||||
"@ivuorinen/commitlint-config"
|
||||
]
|
||||
}
|
||||
"extends": ["@ivuorinen/commitlint-config"]
|
||||
}
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.6...@ivuorinen/commitlint-config@0.1.7) (2023-07-08)
|
||||
|
||||
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
||||
|
||||
## [0.1.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.5...@ivuorinen/commitlint-config@0.1.6) (2023-06-26)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/commitlint-config",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "ivuorinen's shareable configuration for commitlint.",
|
||||
"author": {
|
||||
"name": "Ismo Vuorinen",
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.21...@ivuorinen/stylelint-config@0.1.22) (2023-07-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **stylelint:** remove unknown unicorn/no-null ([063ad2f](https://github.com/ivuorinen/base-configs/commit/063ad2fc170ddf7a418fa0e04c2711931a4c2188))
|
||||
|
||||
## [0.1.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.20...@ivuorinen/stylelint-config@0.1.21) (2023-07-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* eslint-disable sonarjs/no-duplicate-string */
|
||||
/* eslint-disable unicorn/no-null */
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/stylelint-config",
|
||||
"version": "0.1.21",
|
||||
"version": "0.1.22",
|
||||
"description": "ivuorinen's shareable configuration for stylelint.",
|
||||
"author": {
|
||||
"name": "Ismo Vuorinen",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable unicorn/no-null */
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user