Skip to content

Commit

Permalink
refactor: update tooling configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 31, 2023
1 parent 1cc246e commit 1f374d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ ignore.*
dist
build
.vscode
!.vscode/launch.json
.vercel
.env
.npmrc
external-scripts/bin
next-env.d.ts
node_modules
coverage
.DS_Store
3 changes: 2 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

module.exports = {
reject: [
// ? Pin the CJS versions
// ? Pin the CJS version
'execa',
// ? Pin the CJS version
'escape-string-regexp'
]
};
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Paths below are ignored by prettier as well as remark and doctoc when called
# with npm run format)
build
external-scripts/bin
node_modules
dist
coverage
package-lock.json
fixtures
docs
CHANGELOG.md

0 comments on commit 1f374d3

Please sign in to comment.