1.4.0 • Published 4 years ago

@veobot/eslint-config v1.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@veobot/eslint-config

Veo Robotics ESLint rules for all JavaScript / TypeScript projects


npm version

Installation

Install the package and all of its peer dependencies:

$ npx install-peerdeps --dev @veobot/eslint-config

Afterwards, create a .eslintrc file in your root project folder and add the following:

{
  "extends": "@veobot"
}

Configuration

To override anything, simply add a rules property to your .eslintrc file and add new or existing rules to it with your preferred settings:

{
  "extends": "@veobot",
  "rules": {
    "arrow-spacing": "off"
  }
}

Testing

To run tests for this package, install the development dependencies with yarn install from this folder and then run yarn test.

License

MIT License. See LICENSE file for details.

1.4.0

4 years ago

1.3.2

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago