https://github.com/timche/eslint-config-unicorn-camelcase
ESLint shareable config for unicorn with camelCase filename
https://github.com/timche/eslint-config-unicorn-camelcase
Last synced: 10 months ago
JSON representation
ESLint shareable config for unicorn with camelCase filename
- Host: GitHub
- URL: https://github.com/timche/eslint-config-unicorn-camelcase
- Owner: timche
- License: mit
- Archived: true
- Created: 2018-05-03T14:09:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T15:34:15.000Z (over 3 years ago)
- Last Synced: 2025-08-10T09:15:43.597Z (11 months ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-unicorn-camelcase
[](https://travis-ci.com/timche/eslint-config-unicorn-camelcase)
[](https://www.npmjs.com/package/eslint-config-unicorn-camelcase)
[](https://www.npmjs.com/package/eslint-config-unicorn-camelcase)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for [unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) with [camelCase filename](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/filename-case.md#camelcase)
## Install
```
npm install --save-dev eslint-config-unicorn-camelcase
```
## Usage
`.eslintrc`
```json
{
"extends": "unicorn-camelcase"
}
```
`package.json`
```json
{
"eslintConfig": {
"extends": "unicorn-camelcase"
}
}
```