eslint-config-mtwebapp

webapp eslint公共配置。主要用于统一项目的 eslint 配置,便于统一代码风格和eslint配置维护升级。

Usage no npm install needed!

<script type="module">
  import eslintConfigMtwebapp from 'https://cdn.skypack.dev/eslint-config-mtwebapp';
</script>

README

eslint-config-mtwebapp

webapp eslint公共配置。主要用于统一项目的 eslint 配置,便于统一代码风格和eslint配置维护升级。

安装

npm i eslint-config-mtwebapp -D

使用

在项目目录的.eslintrc.js中直接继承

module.exports = {
    extends: ['eslint-config-mtwebapp'],
};