Thanks for contributing!
git clone https://github.com/ota-meshi/eslint-plugin-svelte.git
cd eslint-plugin-svelte
yarn
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.
Please view commitlint and @commitlint/config-conventional for more details.
We're using changesets for version management, CHANGELOG and releasing automatically.
Please view changesets-bot and its action for more details.