File tree 3 files changed +14
-5
lines changed
next-js-postgresql/.vscode
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
// Ignore unknown CSS at rules for Tailwind CSS
3
3
"css.lint.unknownAtRules" : " ignore" ,
4
- // Enable Stylelint in javascript and typescriptreact (for CSS-in-JS) and scss
4
+ // Enable Stylelint in javascript and typescriptreact (for
5
+ // CSS-in-JS) and scss
5
6
"stylelint.validate" : [
6
7
" css" ,
7
8
" scss" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
// Ignore unknown CSS at rules for Tailwind CSS
3
3
"css.lint.unknownAtRules" : " ignore" ,
4
- // Enable Stylelint in javascript and typescriptreact (for CSS-in-JS) and scss
4
+ // Enable Stylelint in javascript and typescriptreact (for
5
+ // CSS-in-JS) and scss
5
6
"stylelint.validate" : [
6
7
" css" ,
7
8
" scss" ,
8
9
" postcss" ,
9
10
" javascript" ,
10
11
" typescriptreact"
11
- ]
12
+ ],
13
+ // Enable Next.js TypeScript plugin
14
+ // https://nextjs.org/docs/app/building-your-application/configuring/typescript#typescript-plugin
15
+ "typescript.tsdk" : " node_modules/typescript/lib"
12
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
// Ignore unknown CSS at rules for Tailwind CSS
3
3
"css.lint.unknownAtRules" : " ignore" ,
4
- // Enable Stylelint in javascript and typescriptreact (for CSS-in-JS) and scss
4
+ // Enable Stylelint in javascript and typescriptreact (for
5
+ // CSS-in-JS) and scss
5
6
"stylelint.validate" : [
6
7
" css" ,
7
8
" scss" ,
8
9
" postcss" ,
9
10
" javascript" ,
10
11
" typescriptreact"
11
- ]
12
+ ],
13
+ // Enable Next.js TypeScript plugin
14
+ // https://nextjs.org/docs/app/building-your-application/configuring/typescript#typescript-plugin
15
+ "typescript.tsdk" : " node_modules/typescript/lib"
12
16
}
You can’t perform that action at this time.
0 commit comments