@naturalcycles/dev-lib 19.18.0 → 19.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cfg/_cnst.js +1 -3
- package/package.json +1 -2
package/cfg/_cnst.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
const prettierDirs = [
|
|
2
|
-
'src,scripts,e2e,docs,cfg,resources,.github,public,static,components,content,layouts,pages,plugins,middleware,store,blocks',
|
|
3
|
-
]
|
|
1
|
+
const prettierDirs = ['src,scripts,e2e,docs,cfg,resources,.github,public,static']
|
|
4
2
|
// ts,tsx,css,scss excluded, cause they need to run in special order (overlap between >1 tool):
|
|
5
3
|
const prettierExtensionsExclusive = 'js,jsx,json,md,graphql,yml,yaml,html'
|
|
6
4
|
// everything that prettier supports:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/dev-lib",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "19.
|
|
4
|
+
"version": "19.19.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@biomejs/biome": "^2",
|
|
7
7
|
"@commitlint/cli": "^19",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"@biomejs/biome": "^2",
|
|
32
32
|
"eslint": "^9",
|
|
33
33
|
"husky": "^9",
|
|
34
|
-
"prettier": "^3",
|
|
35
34
|
"stylelint": "^16",
|
|
36
35
|
"stylelint-config-standard-scss": "^15",
|
|
37
36
|
"typescript": "^5"
|