1
0
Fork 0

Исправлены конфиги фреймворков

This commit is contained in:
minicx 2023-12-22 19:31:52 +03:00
parent 7364813fd2
commit 9dbd08a828
2 changed files with 5 additions and 4 deletions

View File

@ -11,8 +11,10 @@ import globals from 'globals';
/** @type { import("eslint").Linter.FlatConfig[] } */
export default [
{
files: ['src/**/*.ts', 'src/**/*.tsx', 'eslint.config.js'],
ignores: ['**/build/**'],
ignores: ['**/*.js', '!*.config.js'],
},
{
files: ['src/**/*.ts', 'src/**/*.tsx'],
},
{
languageOptions: {

View File

@ -1,10 +1,9 @@
/** @type {import('tailwindcss').Config} */
import colors from 'tailwindcss/colors';
import { nextui } from '@nextui-org/react';
export const navbarHeight = '65px';
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./src/app/**/*.{js,jsx,ts,tsx}',