File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11module . exports = {
2- presets : [ " next/babel" ] ,
2+ presets : [ ' next/babel' ] ,
33 plugins : [
44 [
5- " @stylexjs/babel-plugin" ,
5+ ' @stylexjs/babel-plugin' ,
66 {
7- dev : process . env . NODE_ENV === " development" ,
8- test : process . env . NODE_ENV === " test" ,
7+ dev : process . env . NODE_ENV === ' development' ,
8+ test : process . env . NODE_ENV === ' test' ,
99 runtimeInjection : false ,
1010 genConditionalClasses : true ,
1111 treeshakeCompensation : true ,
1212 unstable_moduleResolution : {
13- type : " commonJS" ,
13+ type : ' commonJS' ,
1414 rootDir : __dirname ,
1515 } ,
1616 } ,
1717 ] ,
1818 ] ,
19- } ;
19+ }
Original file line number Diff line number Diff line change 11module . exports = {
2- extends : " next/core-web-vitals" ,
3- plugins : [ " @stylexjs" ] ,
2+ extends : ' next/core-web-vitals' ,
3+ plugins : [ ' @stylexjs' ] ,
44 rules : {
55 // The Eslint rule still needs work, but you can
66 // enable it to test things out.
7- " @stylexjs/valid-styles" : " error" ,
7+ ' @stylexjs/valid-styles' : ' error' ,
88 } ,
9- } ;
9+ }
You can’t perform that action at this time.
0 commit comments