eslint-config-momentumft
Our ESLint configuration
We have four versions that can be imported, if you want to use any of the specialist modules they have to be imported seperately.
Our standard
@mft/eslint-config-momentumft
These are the company wide standards, it uses eslint-plugin-mocha
, eslint-plugin-promise
and eslint-plugin-security-node
.
React config
@mft/eslint-config-momentumft/react
If you use this config you need to make sure you have eslint-plugin-react
installed
Super strict FP mode
@mft/eslint-config-momentumft/fp
If you use this config you need to make sure you have eslint-plugin-fp
installed
Basic json validity
@mft/eslint-config-momentumft/json
If you use this config you need to make sure you have eslint-plugin-json
installed