klonering/MATHEUS / eslint.config.js
klonering's picture
download
raw
616 Bytes
import js from '@eslint/js'
import globals from 'globals'
import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'
import tseslint from 'typescript-eslint'
import { defineConfig, globalIgnores } from 'eslint/config'
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
js.configs.recommended,
tseslint.configs.recommended,
reactHooks.configs.flat.recommended,
reactRefresh.configs.vite,
],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
},
},
])

Xet Storage Details

Size:
616 Bytes
·
Xet hash:
cdc23e12b8afc7b126565c388ac038816c20f71a59c88dd1e9fd640795528d16

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.