Skip to content

Commit

Permalink
鈾伙笍 Initialize Knip
Browse files Browse the repository at this point in the history
  • Loading branch information
KirianCaumes committed Nov 30, 2023
1 parent 10f83f9 commit 2657c8d
Show file tree
Hide file tree
Showing 6 changed files with 1,826 additions and 67 deletions.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN export EDITOR="/usr/bin/nano"
# install nodejs 18.x
RUN sudo curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
RUN sudo apt-get install -y nodejs
RUN sudo npm i -g nodemon@2.0.22
RUN sudo npm i -g np@7.7.0
RUN sudo npm i -g gitmoji-cli@7.0.2
RUN sudo npx playwright install-deps chromium
Expand Down
2 changes: 1 addition & 1 deletion cspell.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
version: '0.2',
language: 'en',
ignorePaths: ['settings.json', 'devcontainer.json', 'node_modules/**', 'build/**', 'dist/**'],
ignoreWords: ['Kirian_', 'KirianCaumes'],
ignoreWords: ['Kirian_', 'KirianCaumes', 'knip'],
words: [
'discogs',
'wantlist',
Expand Down
6 changes: 6 additions & 0 deletions knip.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('knip').KnipConfig} */
const config = {
entry: ['src/index.ts', 'test/app.test.ts'],
}

export default config
Loading

0 comments on commit 2657c8d

Please sign in to comment.