8.0.1 • Published 2 years ago

eslint-config-thedark1337 v8.0.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
2 years ago

eslint-config-thedark1337 npm version npm downloads Build Status

ESLint shareable config for Thedark1337

Install

NOTE: As of Version 1.0, this config will be inline with ESLint's rules at the latest version.

npm i -D eslint-config-thedark1337

Usage

Add ESLint config to one of the following:

package.json:

{
    "name": "my-nodejs-package",
    "eslintConfig": {
        "extends": "thedark1337"
    }
}

.eslintrc.js:

module.exports = {
    "extends": "thedark1337"
}

.eslintrc.json:

{
    "extends": "thedark1337"
}

.eslintrc.yaml:

    extends:
        "thedark1337"

There are also configs for coding in browser.

To use them change extends to one of these:

  • thedark1337/browser

Thank you to Sindresorhus for their XO Config.

Thank you to Mysticatea for their Config.

License

GPL License

Copyright © 2022 Thedark1337

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

8.0.1

2 years ago

7.0.0

4 years ago

5.0.0

5 years ago

4.13.1

6 years ago

4.11.1

7 years ago

4.11.0

7 years ago

3.17.0

7 years ago

3.14.0

7 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago

0.5.0

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago