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

Core #27

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Core #27

wants to merge 7 commits into from

Commits on Apr 15, 2020

  1. - Remove non-core rules (vue, ts, eslint-comments, eslint-plugin, nod…

    …e, prettier)
    
    - Remove all configs except as needed to cover project-defined rules
    - Testing: Change from broken use of "category" to relying on custom `meta.version` for determination of ES version (eslint docs allowing for customization within `meta`)
    - Linting as per latest prettier
    - Update devDeps
    brettz9 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    e41ce19 View commit details
    Browse the repository at this point in the history
  2. fix jsdoc description

    brettz9 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    93ee824 View commit details
    Browse the repository at this point in the history
  3. - improve coverage slightly

    brettz9 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    8364cea View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. - npm: Update devDeps (mocha, typescript, eslint)

    - Add coverage to ignore and lint all by default (adding to ignore allows discovery by IDEs)
    brettz9 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f5ce1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b8c8a View commit details
    Browse the repository at this point in the history
  3. - Add ncurc.js

    brettz9 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f423932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3168615 View commit details
    Browse the repository at this point in the history