Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add core tests - file management & package.json rules #749

Merged
merged 1 commit into from
May 18, 2017

Commits on May 18, 2017

  1. Add file management & package.json rules

    - required files
      - test.js
      - bench.js
      - index.js
      - index.d.ts
      - README.md
      - types.ts (optional for now)
    - invalid dependencies (should be used as devDependencies)
      - tape
      - benchmark
      - eslint (handled at root level)
    - strict version dependencies
      - jsts (v1.3.0)
    - duplicated dependencies (also included in devDependencies)
    - check if `files` exists from package.json
    - Confirm MIT license
    - correct scoped name `@turf/module-name`
    - Pre-defined attributes in package.json
    - Parsing dependencies from `index.js`
      - require('module') should be included in `dependencies` in package.json
      - no duplicate `require` (ex: only require `@turf/helpers` once)
    DenisCarriere committed May 18, 2017
    Configuration menu
    Copy the full SHA
    312edb5 View commit details
    Browse the repository at this point in the history