File tree Expand file tree Collapse file tree
packages/app-blueprint/files Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515import globals from 'globals' ;
1616import js from '@eslint/js' ;
1717
18- import ember from 'eslint-plugin-ember/recommended' ;
19- < % if ( warpDrive ) { % >
20- import WarpDrive from 'eslint-plugin-warp-drive/recommended' ;
21- < % } % >
18+ import ember from 'eslint-plugin-ember/recommended' ; < % if ( warpDrive ) { % >
19+ import WarpDrive from 'eslint-plugin-warp-drive/recommended' ; < % } % >
2220import eslintConfigPrettier from 'eslint-config-prettier' ;
2321import qunit from 'eslint-plugin-qunit' ;
2422import n from 'eslint-plugin-n' ;
Original file line number Diff line number Diff line change @@ -19,10 +19,8 @@ import js from '@eslint/js';
1919
2020import ts from 'typescript-eslint' ;
2121
22- import ember from 'eslint-plugin-ember/recommended' ;
23- < % if ( warpDrive ) { % >
24- import WarpDrive from 'eslint-plugin-warp-drive/recommended' ;
25- < % } % >
22+ import ember from 'eslint-plugin-ember/recommended' ; < % if ( warpDrive ) { % >
23+ import WarpDrive from 'eslint-plugin-warp-drive/recommended' ; < % } % >
2624import eslintConfigPrettier from 'eslint-config-prettier' ;
2725import qunit from 'eslint-plugin-qunit' ;
2826import n from 'eslint-plugin-n' ;
You can’t perform that action at this time.
0 commit comments