Skip to content

Commit

Permalink
fix: git conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 11, 2024
1 parent d59bc59 commit 06a8da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -19,6 +19,7 @@ jsdoc/
.cache
/packages/**/node_modules
/tools/internal-rules/node_modules
/.vscode
.sublimelinterrc
.eslint-release-info.json
.nyc_output
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config-eslint/package.json
Expand Up @@ -7,8 +7,7 @@
"./package.json": "./package.json",
".": "./index.js",
"./base": "./base.js",
"./cjs": "./cjs.js",
"./eslintrc": "./eslintrc.js"
"./cjs": "./cjs.js"
},
"scripts": {
"test": "node ./index.js && node ./cjs.js",
Expand Down

0 comments on commit 06a8da6

Please sign in to comment.