@debitoor/eslint-config-debitoor

3.1.0 • Public • Published

eslint-config-debitoor

npm version Build Status

Defines global linting rules for all debitoor projects

Usage

npm i -DE mocha-eslint  @debitoor/eslint-config-debitoor
echo "require('mocha-eslint')(['.']);" > test/eslint.spec.js
echo "module.exports = {'extends': '@debitoor/eslint-config-debitoor'};" > .eslintrc.js
git add test/eslint.spec.js .eslintrc.js

or add a .eslintrc.js file in the root of your project and extended it with the default config:

module.exports = {
  'extends': '@debitoor/eslint-config-debitoor'
};

If you are using babel, you need to add 'parser': 'babel-eslint' to .eslintrc.js:

module.exports = {
  extends: '@debitoor/eslint-config-debitoor',
  parser: 'babel-eslint'
};

Add tests

Install mocha-eslint:

npm install -DE mocha-eslint

and add a spec file eslint.spec.js in your test folder where you indicate which folders should be checked for linting:

require('mocha-eslint')(['.']);

or

require('mocha-eslint')([
	'config',
	'source',
	'test'
]);

Fixing eslint errors automatically (if possible)

./node_modules/.bin/eslint . --fix

/@debitoor/eslint-config-debitoor/

    Package Sidebar

    Install

    npm i @debitoor/eslint-config-debitoor

    Weekly Downloads

    523

    Version

    3.1.0

    License

    ISC

    Unpacked Size

    4.2 kB

    Total Files

    3

    Last publish

    Collaborators

    • mtlarva
    • david-sumup
    • filipecorrea
    • moustafa-sumup
    • shadowmaru
    • silchenko-sumup
    • zaaom
    • dzmitry.h.sumup
    • andriimykhailovsumup
    • jonathanmh
    • talar.boyadjian
    • mmahrous
    • maciej-kusnierz
    • mariusrosand
    • oalpatov
    • bgeraymovich
    • debitoor-bot
    • mamant
    • hilleer
    • s0ph1e
    • sumup.vascofg
    • igor_torba
    • igor.g
    • ituraj
    • hamoudaarfaoui
    • soulmonk
    • andriyonyshchenko
    • belrestro
    • connor_baer
    • balexandre
    • mickael-h
    • felixjung
    • oarostovtseva
    • mcntsh
    • msafwat-sumup
    • ketansumup
    • zetxek