1.1.4 • Published 4 months ago

eslint-plugin-bus-stuff v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

eslint-config-bus-stuff

This package provides a .eslintrc as an extensible shared config for Vue 2.X with TypeScript projects.

Usage

We export one ESLint configuration for your usage (with more coming soon).

eslint-config-bus-stuff:@typescript-recommended

Our recommended config contains most of our ESLint rules, including ECMAScript 6+ and React. It requires eslint:recommended, @vue/typescript, @vue/prettier, @vue/prettier/@typescript-eslint, vue/essential, and vue/recommended.

  1. Install the correct versions of each package, which are listed by the command:

    npm info "eslint-config-bus-stuff@latest" peerDependencies

    If using npm 5+, use this shortcut

    npx install-peerdeps --dev eslint-config-bus-stuff

    If using npm < 5, Linux/OSX users can run

    (
      export PKG=eslint-config-bus-stuff;
      npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
    )

    If using npm < 5, Windows users can either install all the peer dependencies manually, or use the install-peerdeps cli tool.

    npm install -g install-peerdeps
    install-peerdeps --dev eslint-config-bus-stuff
  2. Add plugins: ['bus-stuff'], and extends: ['plugin:bus-stuff/@typescript-recommended'] to your .eslintrc

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago