Skip to content

Commit 0964dc4

Browse files
authoredOct 10, 2024
chore: update linting and formatting config (#1306)
* chore: file renamings from ts to js * chore: remove deprecated templateElement util * chore: move linting and formatting config to root * chore: run prettier * chore: make linter happy, ignore chart for now * chore: adapt tsconfig * fix: reference correct support file * chore: remove last uses of templateElement * chore: remove chart typechecks for now * chore(temp): exclude chart fodler for now * chore: fix expect-error command * chore: remove tsc command from build and watch * chore: adaptations for chart and chart formatting * chore: ignore dist folder for linting * chore: adapt typescript file pattern and fix some ts error * chore: format
1 parent 62e91a0 commit 0964dc4

File tree

250 files changed

+2901
-3870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+2901
-3870
lines changed
 

‎.eslintrc

-22
This file was deleted.

‎.github/workflows/check_formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: npm ci --prefer-offline --no-audit
4343

4444
- name: Run formatting check 👀
45-
run: npm run format:check:all
45+
run: npm run format:check

0 commit comments

Comments
 (0)