From 1f374d3203c59e9f7ba836f05fa9e48fa726d913 Mon Sep 17 00:00:00 2001 From: "Xunnamius (Romulus)" Date: Tue, 31 Jan 2023 01:45:35 -0800 Subject: [PATCH] refactor: update tooling configuration --- .gitignore | 2 ++ .ncurc.js | 3 ++- .prettierignore | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5582b1a..6bb4c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ ignore.* dist build .vscode +!.vscode/launch.json .vercel .env .npmrc @@ -12,3 +13,4 @@ external-scripts/bin next-env.d.ts node_modules coverage +.DS_Store diff --git a/.ncurc.js b/.ncurc.js index ccacf91..91ccb49 100644 --- a/.ncurc.js +++ b/.ncurc.js @@ -2,8 +2,9 @@ module.exports = { reject: [ - // ? Pin the CJS versions + // ? Pin the CJS version 'execa', + // ? Pin the CJS version 'escape-string-regexp' ] }; diff --git a/.prettierignore b/.prettierignore index 7e6d815..bba78f4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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