airier 0.0.6 → 0.0.8
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/.eslintrc.cjs +2 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/.eslintrc.cjs
CHANGED
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ npm pkg set scripts.lint="eslint --fix src"
|
|
|
16
16
|
npx husky init
|
|
17
17
|
|
|
18
18
|
# Download files
|
|
19
|
-
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.eslintrc.cjs --output .eslintrc.
|
|
19
|
+
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.eslintrc.cjs --output .eslintrc.cjs
|
|
20
20
|
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.vscode/settings.json --output .vscode/settings.json
|
|
21
21
|
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.husky/pre-commit --output .husky/pre-commit
|
|
22
22
|
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.babelrc --output .babelrc
|