eslint-config-jam3
Version:
Jam3's ESLint config
18 lines (11 loc) • 514 B
Markdown
# Changelog
## Launch v2.0.1
- console calls will throw error (you will need to ignore the linter intentionally)
- variable declaration using var will throw error
- Not allowed empty functions
- Add more restrictions to importing modules
- Add restricted modules to enforce use the facade
## Launch v2.0.0
Remove everything related to React and keep the linting rules focus on Javascript. This config will be used for libraries and framework where React is not used.
## Launch v1.0.0
A linter config is born