forked from git.gladyson/openmonetis
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.
7 lines
193 B
JavaScript
7 lines
193 B
JavaScript
import nextCoreWebVitals from "eslint-config-next/core-web-vitals";
|
|
import nextTypescript from "eslint-config-next/typescript";
|
|
|
|
export default [
|
|
...nextCoreWebVitals,
|
|
...nextTypescript,
|
|
]; |