Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: rename commitlint.config.js to commitlint.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 28, 2022
1 parent 4404671 commit a91202a
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 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 a91202a

Please sign in to comment.