airier 0.0.5 → 0.0.6
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/README.md +1 -1
- package/package.json +1 -2
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.
|
|
19
|
+
curl https://raw.githubusercontent.com/actuallymentor/airier/main/.eslintrc.cjs --output .eslintrc.js
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "airier",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Opinionated Eslint and VSCode style guide",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
21
21
|
"@babel/eslint-parser": "^7.24.1",
|
|
22
22
|
"@babel/preset-react": "^7.24.1",
|
|
23
|
-
"airier": "^0.0.3",
|
|
24
23
|
"eslint": "^8.57.0",
|
|
25
24
|
"eslint-plugin-react": "^7.34.1",
|
|
26
25
|
"husky": "^9.0.11"
|