https://github.com/mother/javascript
A very reasonable approach to JavaScript
https://github.com/mother/javascript
Last synced: 3 months ago
JSON representation
A very reasonable approach to JavaScript
- Host: GitHub
- URL: https://github.com/mother/javascript
- Owner: mother
- License: mit
- Created: 2016-09-14T20:53:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T20:20:11.000Z (about 2 years ago)
- Last Synced: 2025-02-17T19:41:59.053Z (3 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-mother
## Usage:
#### Add the extension:
```js
// .eslintrc.js
module.exports = {
extends: "mother"
}// OR
// .eslintrc
{
"extends": "mother"
}```
#### Then install the config:
```
npm i --save-dev eslint-config-mother
```