chore: clear lint warnings and finalize shared epic chip strip

This commit is contained in:
zenchantlive 2026-02-13 12:44:14 -08:00
parent 74871545c7
commit df4769bf07
5 changed files with 9 additions and 19 deletions

View file

@ -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;