Skip to content

Commit

Permalink
fix: rename .eslintrc.js to .eslintrc.cjs (netlify/zip-it-and-shi…
Browse files Browse the repository at this point in the history
…p-it#971)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
ehmicky and kodiakhq[bot] authored Feb 8, 2022
1 parent 09dfbca commit f14a3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/zip-it-and-ship-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"test:ci": "npm run build && c8 -r lcovonly -r text -r json ava"
},
"config": {
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,tests,.github}/**/*.{js,ts,md,html}\" \"*.{js,ts,md,html}\" \".*.{js,ts,md,html}\"",
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tests,.github}/**/*.{js,ts,md,yml,json,html}\" \"*.{js,ts,yml,json,html}\" \".*.{js,ts,yml,json,html}\" \"!package-lock.json\""
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,tests,.github}/**/*.{js,ts,md,html}\" \"*.{cjs,js,ts,md,html}\" \".*.{cjs,js,ts,md,html}\"",
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tests,.github}/**/*.{js,ts,md,yml,json,html}\" \"*.{cjs,js,ts,yml,json,html}\" \".*.{cjs,js,ts,yml,json,html}\" \"!package-lock.json\""
},
"eslintIgnore": [
"benchmarks/fixtures/**"
Expand Down

0 comments on commit f14a3a4

Please sign in to comment.