1. 03 Jan, 2020 1 commit
    • Robert Knight's avatar
      Prepare for transition to ES modules · 4369f2c7
      Robert Knight authored
      In preparation for converting the client source to ES modules, in order
      that the pattern library and other frontend apps all use the same module
      system, change the source type for ESLint to "module" and remove the
      "use strict" declarations at the top of each source file.
      
      Babel already inserts "use strict" at the top of every module it
      processes and support for transpiling ES modules is already enabled by
      @babel/preset-env.
      
      The change is only applied to modules in `src/` as build scripts
      (gulpfile.js, `scripts/**.js`) are not treated as modules.
      4369f2c7
  2. 02 Jan, 2020 18 commits
  3. 30 Dec, 2019 5 commits
  4. 27 Dec, 2019 1 commit
  5. 26 Dec, 2019 1 commit
  6. 23 Dec, 2019 9 commits
  7. 20 Dec, 2019 1 commit
  8. 19 Dec, 2019 4 commits