Commit Graph

13 Commits (0d00fbfb7a23a9b05ea9e0c74910d31a27e710de)

Author SHA1 Message Date
Daniel Gasienica 84f69f482f Prettier: Format JSON configuration files 8 years ago
Daniel Gasienica 320a8d31c1 TSLint: Allow multiline JS in JSX for CSS-in-JS 8 years ago
Daniel Gasienica cd2a02a626 Add TSLint Prettier overrides 8 years ago
Daniel Gasienica 8edbd06e43 TSLint: Enforce UNIX line breaks 8 years ago
Daniel Gasienica a8bca9b8eb TSLint: Enforce indentation with 2 spaces
Not sure if this rule actually works.
8 years ago
Daniel Gasienica 04acdebe48 TSLint: Align various syntax elements 8 years ago
Daniel Gasienica 832b6309a2 Limit line length 8 years ago
Daniel Gasienica cf1d621bce Allow line breaks in long `import` statements 8 years ago
Daniel Gasienica 0daccee209 Enable TSLint Mocha rules 8 years ago
Daniel Gasienica 7cb43c9f7f Add TSLint rules 8 years ago
Daniel Gasienica e052d1df7b Use generic array syntax for consistency
Always prefer `Array<T>` over `T[]` for primitive types only.
8 years ago
Scott Nonnenberg 23293a3c00
New tslint rule: Interfaces must not start with I 8 years ago
Scott Nonnenberg 893fb1cb9e
Introduce React/TypeScript/TSLint into app for new UI components
npm run transpile
  Works on files under js/react/
  Outputs files right next to the .tsx file

This is part of our `grunt dev` task, as well as the default grunt task,
which does everything else necessary to get a raw git checkout ready to
run.
8 years ago