Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.82 KB

frameworks.md

File metadata and controls

46 lines (28 loc) · 1.82 KB

[ BACK (to readme.md) ]   [ API ]   [ Contributing ]   [ HELP (jsbr fs clean) ]   [ Grunt ]

frameworks

A framework for getting tasks done. Tasks can be testing, building, packaging, whatever.

Find Problems
ESLint statically analyzes your code to quickly find problems. ESLint is built into most text editors and you can run ESLint as part of your continuous integration pipeline.

Fix Automatically
Many problems ESLint finds can be automatically fixed. ESLint fixes are syntax-aware so you won't experience errors introduced by traditional find-and-replace algorithms.

Customize
Preprocess code, use custom parsers, and write your own rules that work alongside ESLint's built-in rules. You can customize ESLint to work exactly the way you need it for your project.

Documenting the javascript sources

Testing framework.

Assertion framework for unit testing.

Code coverage. See code coverage for mocha

Part of the plugins build process, used for code bundling.

Alternative code bundler. Feel free to switcg the build process, if you prefer webpack.
Be aware, this might need adjustments or fixes. It has not been tested for a while :)

This module provides source map support for stack traces in node via the V8 stack trace API.