ember-cli-typescript
ember-cli-typescript copied to clipboard
Fix `import/newline-after-import` lint violation in `global.d.ts`
Fix lint violation from common ESLint lint rule import/newline-after-import.
yarn eslint --ext=.ts,.js .
~/Development/my-test-addon/types/global.d.ts
3:3 error Expected 1 empty line after import statement not followed by another import import/newline-after-import