Skip to content

Commit

Permalink
Remove indent size config
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Aug 23, 2024
1 parent 286fe45 commit c5b5c46
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 76 deletions.
22 changes: 11 additions & 11 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@zazen/changesets-changelog",
{ "repo": "stormwarning/stylelint-config-recess-order" }
],
"commit": false,
"ignore": [],
"linked": [],
"updateInternalDependencies": "patch"
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@zazen/changesets-changelog",
{ "repo": "stormwarning/stylelint-config-recess-order" }
],
"commit": false,
"ignore": [],
"linked": [],
"updateInternalDependencies": "patch"
}
5 changes: 0 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{json,yml}]
indent_size = 2
indent_style = space
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "stylelint-config-recess-order",
"version": "5.1.0",
"description": "Recess-based property sort order for Stylelint.",
"keywords": [
"bootstrap",
"properties-order",
"property order",
"recess",
"stylelint",
"stylelint-config",
"stylelint-order"
],
"homepage": "https://github.com/stormwarning/stylelint-config-recess-order",
"bugs": "https://github.com/stormwarning/stylelint-config-recess-order/issues",
"repository": "stormwarning/stylelint-config-recess-order",
"license": "ISC",
"author": "Jeff (https://tidaltheory.io)",
"type": "module",
"exports": {
".": "./index.js",
"./groups": "./groups.js"
},
"main": "index.js",
"files": [
"index.js",
"groups.js"
],
"scripts": {
"changeset": "changeset add",
"lint": "eslint '**/*.js'",
"prepare": "husky",
"release": "changeset publish",
"test": "node --test"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
],
"package.json": "prettier --write"
},
"prettier": "@zazen/prettier-config",
"dependencies": {
"stylelint-order": "^6.0.4"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@zazen/changesets-changelog": "2.0.3",
"@zazen/eslint-config": "6.8.0",
"@zazen/prettier-config": "1.1.0",
"eslint": "8.57.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.1",
"stylelint": "16.8.2"
},
"peerDependencies": {
"stylelint": ">=16"
}
"name": "stylelint-config-recess-order",
"version": "5.1.0",
"description": "Recess-based property sort order for Stylelint.",
"keywords": [
"bootstrap",
"properties-order",
"property order",
"recess",
"stylelint",
"stylelint-config",
"stylelint-order"
],
"homepage": "https://github.com/stormwarning/stylelint-config-recess-order",
"bugs": "https://github.com/stormwarning/stylelint-config-recess-order/issues",
"repository": "stormwarning/stylelint-config-recess-order",
"license": "ISC",
"author": "Jeff (https://tidaltheory.io)",
"type": "module",
"exports": {
".": "./index.js",
"./groups": "./groups.js"
},
"main": "index.js",
"files": [
"index.js",
"groups.js"
],
"scripts": {
"changeset": "changeset add",
"lint": "eslint '**/*.js'",
"prepare": "husky",
"release": "changeset publish",
"test": "node --test"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
],
"package.json": "prettier --write"
},
"prettier": "@zazen/prettier-config",
"dependencies": {
"stylelint-order": "^6.0.4"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@zazen/changesets-changelog": "2.0.3",
"@zazen/eslint-config": "6.8.0",
"@zazen/prettier-config": "1.1.0",
"eslint": "8.57.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.1",
"stylelint": "16.8.2"
},
"peerDependencies": {
"stylelint": ">=16"
}
}

0 comments on commit c5b5c46

Please sign in to comment.