Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 1.16 KB

Contributing

Thanks for contributing!

Installation

git clone https://github.com/ota-meshi/eslint-plugin-svelte.git
cd eslint-plugin-svelte
yarn

Running the tests

yarn test

To run the tests with debugging log, you can use yarn test:debug.

This is an ESLint plugin. Documentation for the APIs that it uses can be found on ESLint's Working with Plugins page.

This plugin is used to lint itself. The style is checked when yarn lint is run, and the build will fail if there are any linting errors. You can use yarn lint-fix to fix some linting errors.

Commit messages

Please view commitlint and @commitlint/config-conventional for more details.

Publishing

We're using changesets for version management, CHANGELOG and releasing automatically.

Please view changesets-bot and its action for more details.