1. 06 11月, 2019 1 次提交
  2. 11 10月, 2019 1 次提交
  3. 16 9月, 2019 1 次提交
  4. 15 7月, 2019 1 次提交
  5. 09 7月, 2019 2 次提交
  6. 30 5月, 2019 1 次提交
  7. 29 5月, 2019 1 次提交
    • T
      Move syntax formatting to prettier (#7454) · 3e51ddb8
      Tim Neutkens 提交于
      * Run prettier over packages/**/*.js
      
      * Run prettier over packages/**/*.ts
      
      * Run prettier over examples
      
      * Remove tslint
      
      * Run prettier over examples
      
      * Run prettier over all markdown files
      
      * Run prettier over json files
      3e51ddb8
  8. 08 3月, 2019 1 次提交
    • K
      Remove trailing spaces (#6547) · d9060f5a
      k-kawakami 提交于
      ### changes
      #### remove trailing spaces
      
      When I was using example I noticed trailing spaces.
      So, this PR removes the trailing spaces of json file, README, and others.
      
      `examples/with-jest-typescript/src/modules/cars/Overview.tsx` also has it, but this time it did not change as tslint error occurs at commit.
      d9060f5a
  9. 05 1月, 2019 1 次提交
  10. 12 12月, 2018 1 次提交
    • O
      Update/fix "examples/with-firebase-hosting-and-typescript" (#5864) · 4345343d
      Oscar Busk 提交于
      There were several issues with the example [examples/with-firebase-hosting-and-typescript](https://github.com/zeit/next.js/tree/canary/examples/with-firebase-hosting-and-typescript)
      * `npm run serve`
        * Has no `pre` task that actually builds the app. Requires manual running of all build scripts.
        * Will choke on windows because trying to set environment variables with `NODE_ENV=production`
      * Outdated Typescript and Tslint
      * Not being able to deploy because `firebase-tools` being of a deprecated version.
      * Structure, which I understand is based on `firebase-tools` generation, is confising with `src/functions/src` being generally bad structuring.
      
      I remedied this and also improved some other factors:
      
      * Remove dependency `prettier` as it is unused (f4d6f54)
      * Upgrade all dependencies (09a9193)
        * Use upgraded firebase dependencies to deploy to node 8 environment (87e1e09, 7d8055b)
        * Remove deprecated tslint rule `no-unused-variable` (9392162)
      * Flattened filestructure in `src/functions` (097a25a)
      * Use ES import when importing next (6c99adb)
      * Fixed incorrect name and added somewhat to the description in package.json.
        `with-firebase-hosting` → `with-firebase-hosting-and-typescript` (1ffa0b5)
      * Fixed `serve` script by building before running, using [`cross-env`](https://www.npmjs.com/package/cross-env) to set environment variables and remove unecessary flag. (3a1e221, 422ccee, 8811e44)
      * Add `.firebase` cache to `.gitignore` (4d7cbe4)
      * Add `-C` (clean) flag when copying dependency files `copy-deps` (0826708)
      * Use `strict: true` in the functions tsconfig (229b04f)
      
      This was tested by running serve on windows and linx(WSL) and deploy on linux(WSL)
      
      ---
      
      This is based on #5819 but correctly based from `canary`
      4345343d
  11. 12 7月, 2018 1 次提交
  12. 01 7月, 2018 1 次提交
  13. 25 5月, 2018 1 次提交
  14. 21 5月, 2018 1 次提交