Initial push of Plunk Next
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import nextCoreWebVitals from 'eslint-config-next/core-web-vitals';
|
||||
import nextTypescript from 'eslint-config-next/typescript';
|
||||
|
||||
const eslintConfig = [
|
||||
...nextCoreWebVitals,
|
||||
...nextTypescript,
|
||||
{
|
||||
ignores: ['node_modules/**', '.next/**', 'out/**', 'build/**', 'next-env.d.ts'],
|
||||
},
|
||||
];
|
||||
|
||||
export default eslintConfig;
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@plunk/eslint-config",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./next": "./next.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-config-next": "^16.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user