0.2.16 • Published 5 months ago

eslint-config-sobird v0.2.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-config-sobird

Sobird's ESLint config

npm Build Status Install Size

使用

// .eslintrc.cjs

module.exports = {
  root: true,
  extends: [
    'sobird/typescript.cjs'
  ],
  rules: {
    // 
  },
};

参考

Share Configurations