- Fix broken style configuration entry
- Fix broken files for entry points and rules
- Add entry point
style
for styling only rules
- Add entry point
base
for ESLint only rules
- Add rules for node from the eslint-plugin-node
- Add rules for imports from eslint-plugin-import
- Add rules to lint for promises usage via the 'promise' eslint-plugin.
- Organize rules in separate files per ESLint scopes.
- Initialize environmental and parsing properties.
- Downgrade eslint dependency to v6.8.0 and extend recommended rule set.
- Override any ESLint recommended rule.
- Initialize rules set to follow the ESLint recommended set.
- Initial release.