- Add the
@typescript-eslint/naming-convention
rule
- Turn off the
no-use-before-define
rule for functions - Turn off the
no-unused-vars
rule for function arguments
- Add typescript rules
- Add prettier
- Updated eslint version.
- Add configuration to validate documentation.
- Support ecmaVersion v8.
- Set max_preserve_newlines to 2.
- Corrected the repository URL in the package.json.
- Initial version.