Skip to content

Commit b29103e

Browse files
authored
chore: update ts and linting libs (#133)
* chore: update prettier * chore: update eslint * chore: update typescript * chore: regenerate package-lock
1 parent 1c6019c commit b29103e

38 files changed

+1187
-965
lines changed

.eslintrc.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
.env.production.local
1717
.frontmatter
1818
.vscode
19+
.eslintcache
1920
frontmatter.json
2021

2122
.vscode

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from 'eslint/config';
2+
import react from 'eslint-config-zakodium/react';
3+
import ts from 'eslint-config-zakodium/ts';
4+
5+
export default defineConfig(ts, react);

0 commit comments

Comments
 (0)