Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colestrode/definitelynotstandard
An extremely unopinionated linter.
https://github.com/colestrode/definitelynotstandard
javascript linting standard
Last synced: 2 days ago
JSON representation
An extremely unopinionated linter.
- Host: GitHub
- URL: https://github.com/colestrode/definitelynotstandard
- Owner: colestrode
- License: mit
- Created: 2017-06-15T14:24:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T16:47:34.000Z (over 7 years ago)
- Last Synced: 2024-12-05T09:21:42.544Z (about 2 months ago)
- Topics: javascript, linting, standard
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# definitelynotstandard
Definitely not a standard JavaScript linter. No rules, just right.
## Uggh Opinions
![opinions are the worst](assets/images/the_dude.jpg)
Are you tired of linters with all their _opinions_. Tired of using linters so that you stop debating about style in PRs, only to find yourself debating about which linter or linting rules to use?
Now you can finally use a linter that _just works_. Want semicolons? Add semicolons! No semicolons? Who cares! 80 chars per line? Sure! 120 chars? Whatever!
`definitelynotstandard` is the only linter that comes with no rules so just do what you want.
## Usage
```bash
definitelynotstandard index.js --fix
````definitelynotstandard` uses the `standard-engine` and accepts all options used by the `standard` CLI.
## See Rule You Want To Add?
Too bad.