2.1.0 • Published 5 years ago

eslint-config-hubba v2.1.0

Weekly downloads
35
License
ISC
Repository
github
Last release
5 years ago

This is Hubba's shared ESLint configuration to be used across all JS environments.

Instructions

Install

npm install --save-dev eslint-config-hubba

Integrate

Head to your project root and create a new .eslintrc.js file and add the following configuration at the top of the file

module.exports = {
    extends: 'eslint-config-hubba'
};

Extend

This will expand in future versions, but you can add your own custom project rules by extending your local .eslintrc.js file:

module.exports = {
    extends: 'eslint-config-hubba',
    rules: {
        'no-console': 'error'
    }
};
2.1.0

5 years ago

2.0.1

5 years ago

2.0.1-test-3

5 years ago

2.0.1-test-2

5 years ago

2.0.1-test-1

5 years ago

2.0.0-test-1

5 years ago

2.0.0

5 years ago

2.0.0-test-21

5 years ago

2.0.0-test-20

5 years ago

2.0.0-test-19

5 years ago

2.0.0-test-18

5 years ago

2.0.0-test-16

5 years ago

2.0.0-test-15

5 years ago

2.0.0-test-17

5 years ago

2.0.0-test-14

5 years ago

2.0.0-test-13

5 years ago

2.0.0-test-12

5 years ago

2.0.0-test-10

5 years ago

2.0.0-test-11

5 years ago

2.0.0-test-9

5 years ago

2.0.0-test-8

5 years ago

2.0.0-test-6

5 years ago

2.0.0-test-7

5 years ago

2.0.0-test-4

5 years ago

2.0.0-test-5

5 years ago

2.0.0-test-3

5 years ago

2.0.0-test1

5 years ago

2.0.0-test2

5 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.3-test-1

6 years ago

1.1.3-test

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1-test-5

6 years ago

1.0.1-test-4

6 years ago

1.0.1-test-3

6 years ago

1.0.1-test-2

6 years ago

1.0.1-test-1

6 years ago

1.0.1-test

6 years ago

1.0.0

6 years ago

1.0.0-test-5

6 years ago

1.0.0-test-4

6 years ago

1.0.0-test-3

6 years ago

1.0.0-test-2

6 years ago

1.0.0-test-1

6 years ago

1.0.0-test

6 years ago

0.1.2

6 years ago

0.4.0

6 years ago