File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,9 @@ export default [
77 } ,
88 ...spellCheck ,
99 ...jqueryConfig ,
10+ {
11+ rules : {
12+ 'no-unused-vars' : 'off' ,
13+ } ,
14+ } ,
1015] ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 < link rel ="stylesheet " type ="text/css " href ="index.css " />
1111 < script type ="text/javascript " src ="../node_modules/jquery/dist/jquery.js "> </ script >
1212 < script type ="text/javascript " src ="../node_modules/devextreme-dist/js/dx.all.js "> </ script >
13- < script type ="module " src ="index.js "> </ script >
13+ < script type ="text/javascript " src ="index.js "> </ script >
1414 </ head >
1515
1616 < body class ="dx-viewport ">
Original file line number Diff line number Diff line change 1- import { count as initialCount } from "./data.js" ;
2-
31$ ( ( ) => {
4- let count = initialCount ;
2+ let count = 0 ;
53 $ ( '#btn' ) . dxButton ( {
64 text : `Click count: ${ count } ` ,
75 onClick ( e ) {
You can’t perform that action at this time.
0 commit comments