Blame view

src/.eslintrc.js 205 Bytes
36821dd7   张志伟   feat: init
1
2
3
4
5
6
7
8
9
  // eslint-disable-next-line import/no-commonjs
  module.exports = {
    root: true,
    extends: ['@modern-js-app'],
    parserOptions: {
      tsconfigRootDir: __dirname,
      project: ['../tsconfig.json'],
    },
  };