Skip to content

Configuration files for linters, formatters, and other coding standards

License

Notifications You must be signed in to change notification settings

IntelliTect/tidier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tidier

A collection of configuration files for linters and formatters based on the Intellitect coding standards.

Note: This repo currently homes multiple packages that will be distributed separately.


Contributing

If there are rules that need changed / updated, submit an issue or pull request.


Installation

Note: All tidier resources will soon be hosted as stand-alone NPM packages with proper versioning.

via NPM:

npm install --save-dev ssh://github.com/IntelliTect/tidier.git

via Yarn:

yarn add --dev ssh://github.com/IntelliTect/tidier.git

Packages

Note: Any time you add linting or formatting to an existing repo, please do so in separate commits from other features/bug fixes. This helps keep your commits focused on a logical set of changes and makes code review a much easier process.

tidier-tslint

tidier-tslint documentation

TSLint is a linting utility for Typescript. There are some IDE integrations that will automatically lint your .ts and .tsx files, but support varies. The utility can also be run via command line.

tidier-eslint

tidier-eslint documentation

ESLint is a linting utility for Javascript. There are integrations for all major IDEs that will automatically lint your .js and .jsx files. The utility can also be run via command line.

tidier-stylelint

tidier-stylelint documentation

Stylelint is a linting utility for CSS and its various flavors (SASS, LESS, etc). There are integrations for all major IDEs that will automatically lint your .css and .scss files. The utility can also be run via command line.

About

Configuration files for linters, formatters, and other coding standards

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published