forked from git.gladyson/openmonetis
feat: adicionar configuração do ESLint e scripts de lint no package.json
Adiciona a configuração do ESLint ao projeto e inclui scripts para executar e corrigir problemas de lint no package.json. Remove a configuração anterior do ESLint que estava no arquivo .eslintrc.json.
This commit is contained in:
7
eslint.config.mjs
Normal file
7
eslint.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
|
||||
import nextTypescript from "eslint-config-next/typescript";
|
||||
|
||||
export default [
|
||||
...nextCoreWebVitals,
|
||||
...nextTypescript,
|
||||
];
|
||||
Reference in New Issue
Block a user