/eslint-config-ryuurock

A collection of various general eslint for TypeScript and JavsScript

Primary LanguageJavaScript

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