0.2.0 • Published 4 years ago

@hireupau/eslint-plugin-hu-vue v0.2.0

Weekly downloads
9
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-hu-vue

NPM version NPM downloads

Hireup's ESLint plugin for Vue specific rules

Contributing

  • Create a new rule and its associated unit tests
  • Add the rule to a config (e.g recommended)
  • Test your rules against another repository (e.g argos)
  • Create a PR and merge your changes to master once you have an approval
  • Checkout master and release a new version (see Semantic Versioning & npm version links below):

npm version [<newversion> | major | minor | patch]

Resources

  • AST Play - Helps you understand what the AST (Abstract Syntax Tree) of the code you want to check looks like (make sure to check vue/jsx)
  • AST Explorer - Another AST generator with more features than AST Play, but not as much support for Vue
  • npm version - Used for publishing new NPM packages
  • Semantic Versioning - Helps you to determine how you should be incrementing the version number
  • ESLint plugin Vue - Find inspiration for how a rule could potentially be written
  • ESLint - Working with Rules - ESLint rule documentation & examples

0.2.0

4 years ago

0.1.1-beta.0

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago