0.0.2 • Published 4 years ago

eslint-config-ryuurock v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-ryuurock

There is no messy configuration anymore, only this one configuration is enough

install

yarn add eslint-config-ryuurock -D

.eslintrc.js

module.exports = {
  extends: ['ryuurock']
};

Enjoy

Override the prettier configuration

You can refer to the configuration documentation of prettier