Skip to content

Commit

Permalink
chore: 🤖 turn off @typescript-eslint/consistent-type-definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Nov 19, 2022
1 parent f70b4dd commit da61520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'tsdoc/syntax': 'warn',
'yml/no-empty-mapping-value': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/consistent-type-definitions': 'off',
},
settings: {
react: {
Expand Down
2 changes: 1 addition & 1 deletion website/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright 2021, Milkdown by Mirone. */
import react from '@vitejs/plugin-react'
import { join, resolve } from 'pathe'
import { join } from 'pathe'
import { defineConfig } from 'vite'
import { VitePWA } from 'vite-plugin-pwa'

Expand Down

1 comment on commit da61520

@vercel
Copy link

@vercel vercel bot commented on da61520 Nov 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.