Clickopolis icon indicating copy to clipboard operation
Clickopolis copied to clipboard

code: total refactor

Open emzinnia opened this issue 8 years ago • 0 comments

Whew, so there's a lot to go through here:

  • [x] Switch data.[subject].ts to data/subject.ts or data/subject/index.ts and do this for all files
  • [x] Use import { Foo } from './foo' syntax for all files
  • [ ] Upgrade to [email protected]
    • [ ] Use stylus-loader for styles
  • [x] Update any config files -- tslint, tsconfig
  • [x] Set up structure for tests
  • [ ] Set up auto-lint, auto-test git hooks / prepublish scripts

emzinnia avatar Feb 27 '17 07:02 emzinnia