chore: clear lint warnings and finalize shared epic chip strip
This commit is contained in:
parent
74871545c7
commit
df4769bf07
5 changed files with 9 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import nextCoreWebVitals from 'eslint-config-next/core-web-vitals';
|
||||
import nextTypeScript from 'eslint-config-next/typescript';
|
||||
|
||||
export default [
|
||||
const eslintConfig = [
|
||||
...nextCoreWebVitals,
|
||||
...nextTypeScript,
|
||||
{
|
||||
|
|
@ -17,3 +17,5 @@ export default [
|
|||
},
|
||||
},
|
||||
];
|
||||
|
||||
export default eslintConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue