@arcteryx/eslint-config-arcteryx

1.10.0 • Public • Published

eslint-config-arcteryx

This package provides the Arc'teryx ESLint formatting and styling convention as an extensible shared config.

Usage

  1. Install the package
	npm install eslint-config-arcteryx
  1. Create an .eslintrc file in your project root:
    {
        "extends": "@arcteryx/eslint-config-arcteryx"
    }
  1. Create a prettier.config.js file in your project root:
module.exports = {
    extends: "./@arcteryx/eslint-config-arcteryx/prettier.js"
};
  1. Configure your build process AND find the correct plugin for your editor to display the output.

Notes

  • Disallow specific global variables (no-restricted-globals) can be overwritten for projects that don't make use of the global ARCTERYX object.

To Do

  • Add ES6 specific rules

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @arcteryx/eslint-config-arcteryx

Weekly Downloads

82

Version

1.10.0

License

ISC

Unpacked Size

11.9 kB

Total Files

14

Last publish

Collaborators

  • justinohalloran
  • ronvs
  • jamiearc