1.0.0-alpha.0 • Published 8 months ago

@coinstore/compress-pictures v1.0.0-alpha.0

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

/**

  • eslint 配置结果:
    1. 只为 ts 文件服务
    1. 将 eslint, prettier, ts 结合在一起,但需要检验ts的编译结果和eslint的检测结果。 */

module.exports = { env: { browser: true, es2021: true, }, extends: 'standard-with-typescript', 'plugin:prettier/recommended', , overrides: [ { env: { node: true, }, files: '.eslintrc.{js,cjs}', parserOptions: { sourceType: 'script', }, }, ], parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: true, tsconfigRootDir: __dirname, }, rules: {}, };

1.0.0-alpha.0

8 months ago