2.1.0 • Published 3 years ago

eslint-config-hubba v2.1.0

Weekly downloads
35
License
ISC
Repository
github
Last release
3 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

3 years ago

2.0.1

4 years ago

2.0.1-test-3

4 years ago

2.0.1-test-2

4 years ago

2.0.1-test-1

4 years ago

2.0.0-test-1

4 years ago

2.0.0

4 years ago

2.0.0-test-21

4 years ago

2.0.0-test-20

4 years ago

2.0.0-test-19

4 years ago

2.0.0-test-18

4 years ago

2.0.0-test-16

4 years ago

2.0.0-test-15

4 years ago

2.0.0-test-17

4 years ago

2.0.0-test-14

4 years ago

2.0.0-test-13

4 years ago

2.0.0-test-12

4 years ago

2.0.0-test-10

4 years ago

2.0.0-test-11

4 years ago

2.0.0-test-9

4 years ago

2.0.0-test-8

4 years ago

2.0.0-test-6

4 years ago

2.0.0-test-7

4 years ago

2.0.0-test-4

4 years ago

2.0.0-test-5

4 years ago

2.0.0-test-3

4 years ago

2.0.0-test1

4 years ago

2.0.0-test2

4 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.3-test-1

5 years ago

1.1.3-test

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1-test-5

5 years ago

1.0.1-test-4

5 years ago

1.0.1-test-3

5 years ago

1.0.1-test-2

5 years ago

1.0.1-test-1

5 years ago

1.0.1-test

5 years ago

1.0.0

5 years ago

1.0.0-test-5

5 years ago

1.0.0-test-4

5 years ago

1.0.0-test-3

5 years ago

1.0.0-test-2

5 years ago

1.0.0-test-1

5 years ago

1.0.0-test

5 years ago

0.1.2

5 years ago

0.4.0

5 years ago