https://github.com/stefcameron/jslint
JavaScript syntax and style linting rules
https://github.com/stefcameron/jslint
Last synced: about 2 months ago
JSON representation
JavaScript syntax and style linting rules
- Host: GitHub
- URL: https://github.com/stefcameron/jslint
- Owner: stefcameron
- License: mit
- Created: 2015-03-31T20:38:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T23:45:35.000Z (about 10 years ago)
- Last Synced: 2025-01-30T16:46:23.183Z (4 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jslint
JavaScript syntax and style linting rules
For now, this is just a place to store rules and copy into individual projects.
I'm thinking eventually this could be an npm package which includes the rules and then each of my projects could reference the package (as a dev dependency) with a set version so that each project would just need to apply any overrides, but overall, there wouldn't be a copy of the rules in each of my projects.