File tree Expand file tree Collapse file tree 4 files changed +1854
-644
lines changed
Expand file tree Collapse file tree 4 files changed +1854
-644
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module.exports = {
2626 ] ,
2727 rules : {
2828 // Add any custom rules here
29+ 'ember/no-runloop' : 'off' ,
2930 } ,
3031 } ,
3132 // node files
Original file line number Diff line number Diff line change 7171 "@rollup/plugin-babel" : " ^6.0.3" ,
7272 "@tsconfig/ember" : " ^3.0.0" ,
7373 "@types/rsvp" : " ^4.0.4" ,
74- "@typescript-eslint/eslint-plugin" : " ^6.0 .0" ,
75- "@typescript-eslint/parser" : " ^6.0 .0" ,
74+ "@typescript-eslint/eslint-plugin" : " ^8.40 .0" ,
75+ "@typescript-eslint/parser" : " ^8.40 .0" ,
7676 "concurrently" : " ^9.0.0" ,
7777 "ember-cli-htmlbars" : " ^6.1.1" ,
7878 "ember-modifier" : " ^3.2.7" ,
7979 "ember-source" : " ~6.4.0" ,
8080 "ember-template-lint" : " ^5.0.0" ,
8181 "eslint" : " ^8.42.0" ,
8282 "eslint-config-prettier" : " ^9.0.0" ,
83- "eslint-plugin-ember" : " ^11.0 .0" ,
83+ "eslint-plugin-ember" : " ^12.7 .0" ,
8484 "eslint-plugin-n" : " ^14.0.0" ,
8585 "eslint-plugin-prettier" : " ^5.0.0" ,
8686 "prettier" : " ^3.0.3" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default class DataTransferWrapper {
2626 // @ts -ignore
2727 getDataSupport [ type ] = true ;
2828 return data ;
29- } catch ( e ) {
29+ } catch {
3030 // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3131 // @ts -ignore
3232 getDataSupport [ type ] = false ;
You can’t perform that action at this time.
0 commit comments