airier 0.0.6 → 0.0.7

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 CHANGED
@@ -1,4 +1,5 @@
1
- const { eslint_config } = require( './index.cjs' )
1
+ // const { eslint_config } = require( './index.cjs' )
2
+ const { eslint_config } = require( 'airier' )
2
3
 
3
4
  // Export the default eslint config
4
5
  module.exports = {
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.js
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airier",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Opinionated Eslint and VSCode style guide",
5
5
  "main": "index.js",
6
6
  "scripts": {