@vellone/techsak 1.0.1 → 1.1.0-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/Makefile CHANGED
@@ -12,7 +12,7 @@ update-packages: ## Interactively updates packages
12
12
  .PHONY: help
13
13
  help:
14
14
  @echo "Make tasks:\n"
15
- @grep -hE '^[%a-zA-Z_-]+:.*?## .*$$' Makefile | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m %-17s\033[0m %s\n", $$1, $$2}'
15
+ @grep -hE '^[%a-zA-Z_-]+:.*?## .*$$' ./node_modules/@vellone/techsak/Makefile Makefile | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m %-17s\033[0m %s\n", $$1, $$2}'
16
16
  @echo ""
17
17
 
18
18
  .editorconfig: ./node_modules/@vellone/techsak/.editorconfig
@@ -0,0 +1,6 @@
1
+ import { FlatCompat } from '@eslint/eslintrc'
2
+ import eslintConfig from './.eslintrc.json'
3
+
4
+ const compat = new FlatCompat()
5
+
6
+ export default compat.config(eslintConfig)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellone/techsak",
3
- "version": "1.0.1",
3
+ "version": "1.1.0-0",
4
4
  "description": "matheusvellone's personal tech sak (swiss army knife)",
5
5
  "keywords": [],
6
6
  "author": "matheusvellone",