allohamora / cli

cli to initialize projects and more
https://www.npmjs.com/package/@allohamora/cli
MIT License
1 stars 0 forks source link

Add eslint warnings for deprecated features #234

Closed allohamora closed 8 months ago

allohamora commented 8 months ago

https://www.npmjs.com/package/eslint-plugin-deprecation

{
  "extends": ["plugin:deprecation/recommended"],
  "rules": {
    "deprecation/deprecation": "warn"
  }
}
allohamora commented 8 months ago

https://github.com/allohamora/cli/releases/tag/1.14.0