forked from kitschpatrol/shared-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release: 1.0.0-beta.1 * release: 1.0.0-beta.1 * release: 1.0.0-beta.2 * fix fse imports * release: 1.0.0-beta.3 * update standard gitignore * re-implement remarklint * release: 1.0.0-beta.4 * add remark-config as dependency of shared-config * release: 1.0.0-beta.5 * make sure everything is installed * release: 1.0.0-beta.6 * update hoisting pattern * release: 1.0.0-beta.7 * initialize this project * remove remarklint * release: 1.0.0-beta.8 * update prettier ignore * remove eslint import-x * release: 1.0.0-beta.9 * allow js in base tsconfig * release: 1.0.0-beta.10 * update dictionaries * update prettier ignore * update dictionary * fix path * release: 1.0.0-beta.11 * update dictionaries * release: 1.0.0-beta.12 * fix stylelint * release: 1.0.0-beta.13 * update dictionary * add browserslist-config * release: 1.0.0-beta.14 * update hoisting patterns * release: 1.0.0-beta.15 * convert browserslist-config to commonjs module * release: 1.0.0-beta.16 * fix browsers-list implementation * release: 1.0.0-beta.17 * update dictionaries * exclude cpresources from various configs * release: 1.0.0-beta.18 * fix stylelint config * remove remark config * release: 1.0.0-beta.19 * remove attribution from browserslist config * release: 1.0.0-beta.20 * fix prettierignore * update cspell config * don't stylelint twig files * sort dictionaries * release: 1.0.0-beta.21 * release: 1.0.0-beta.22 * add add tailwind class detection * release: 1.0.0-beta.23 * remove comments from settings.json * release: 1.0.0-beta.24 * update dictionary * add editor config to the repo config * build readme * update cspell config * add twiggy to extensions * update filenesting * add deployignore to repo config * release: 1.0.0-beta.25 * cspell updates * release: 1.0.0-beta.26 * update cspell dictionaries * release: 1.0.0-beta.27
- Loading branch information
1 parent
84b6f24
commit f22ea9d
Showing
53 changed files
with
1,023 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# ================ | ||
# specific ignores | ||
# ================ | ||
.git/ | ||
.ddev/ | ||
.github/ | ||
.vscode/ | ||
node_modules/ | ||
scripts/ | ||
src/ | ||
storage/ | ||
tools/ | ||
.env.example | ||
pnpm-* | ||
pnpm-* | ||
package.json | ||
README.md | ||
readme.md | ||
CHANGELOG.md | ||
changelog.md | ||
.cspell.json | ||
composer.* | ||
|
||
# =============== | ||
# ignore patterns | ||
# =============== | ||
# any config files that don't have an extension (.editorconfig) | ||
*config | ||
# any config files that have an extension (eslint.config.js, tsconfig.json, vite.config.ts) | ||
*config.* | ||
# any config files using rc format (.npmrc) | ||
.*rc | ||
# any config files using rc format with an extension (.mdatrc.ts) | ||
.*rc.* | ||
# any ignore files (.deployignore, .gitignore, .prettierignore) | ||
.*ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_size = 2 | ||
indent_style = space | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.{php,yaml,yml}] | ||
indent_size = 4 | ||
|
||
[*.{diff,md}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"svelte.svelte-vscode", | ||
"streetsidesoftware.code-spell-checker", | ||
"esbenp.prettier-vscode", | ||
"github.vscode-github-actions", | ||
"johnsoncodehk.vscode-tsconfig-helper", | ||
"streetsidesoftware.code-spell-checker", | ||
"stylelint.vscode-stylelint", | ||
"svelte.svelte-vscode", | ||
"unifiedjs.vscode-mdx", | ||
"usernamehw.errorlens", | ||
"johnsoncodehk.vscode-tsconfig-helper", | ||
"github.vscode-github-actions", | ||
"yoavbls.pretty-ts-errors" | ||
"yoavbls.pretty-ts-errors", | ||
"bradlc.vscode-tailwindcss", | ||
"EditorConfig.EditorConfig", | ||
"moetelo.twiggy" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = ['> 0.5% in AU', 'last 3 years', 'iOS >= 7', 'ie >= 11']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Liam Rella | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "@envsa/browserslist-config", | ||
"version": "1.0.0-beta.27", | ||
"type": "module", | ||
"description": "Browserslist configuration for @envsa/shared-config.", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:envsa/shared-config.git", | ||
"directory": "packages/browserslist-config" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/envsa/shared-config/issues", | ||
"email": "[email protected]" | ||
}, | ||
"author": { | ||
"name": "Liam Rella", | ||
"email": "[email protected]", | ||
"url": "https://github.com/rellafella" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=18.0.0", | ||
"pnpm": ">=8.0.0" | ||
}, | ||
"bin": { | ||
"browserslist-config": "bin/cli.js" | ||
}, | ||
"main": "./index.cjs", | ||
"keywords": [ | ||
"shared-config", | ||
"browserslist-config", | ||
"browserslist", | ||
"cli" | ||
], | ||
"scripts": { | ||
"build": "../../scripts/build.ts && mdat readme", | ||
"cli": "node ./bin/cli.js", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@pinojs/json-colorizer": "^4.0.0", | ||
"cosmiconfig": "^9.0.0", | ||
"execa": "^8.0.1", | ||
"fs-extra": "^11.2.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Oops, something went wrong.