This repository has been archived by the owner on May 9, 2023. It is now read-only.
michaeljaltamirano
released this
05 Apr 17:58
·
1 commit
to master
since this release
- This package is no longer maintained. All existing configuration options can now be found in
eslint-plugin-curology
.
At the time of this writing the configuration can be switched over like so:
extends: [
- 'curology',
+ 'plugin:curology/recommended',
]