Skip to content

Commit 65c4aab

Browse files
author
devgioele
committed
extend next plugin correctly
1 parent 724d024 commit 65c4aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts-next.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
extends: [
3-
'next/core-web-vitals',
43
'./ts-react.js',
4+
'plugin:@next/next/core-web-vitals',
55
'plugin:prettier/recommended'
66
],
77
rules: {

0 commit comments

Comments
 (0)