From f8a8d865bf38ff53f79bc558fce83a7ee5873f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Tue, 19 Oct 2021 15:21:58 +0800 Subject: [PATCH] =?UTF-8?q?ci(component):=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 27 --------------------------- LICENSE | 2 +- commitlint.config.js | 2 +- jest.config.js | 2 +- 4 files changed, 3 insertions(+), 30 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 101adbf7..78f4da2e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,30 +1,3 @@ -// module.exports = { -// env: { -// browser: true, -// node: true, -// }, -// parser: 'vue-eslint-parser', -// parserOptions: { -// parser: '@typescript-eslint/parser', -// sourceType: 'module', -// ecmaVersion: 10, -// }, -// plugins: ['@typescript-eslint', 'prettier'], -// extends: [ -// 'eslint:recommended', -// 'plugin:vue/vue3-recommended', -// 'plugin:@typescript-eslint/recommended', -// ], -// rules: { -// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', -// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', -// quotes: ['error', 'single'], -// semi: ['error', 'never'], -// 'no-unused-vars': 'off', -// '@typescript-eslint/no-unused-vars': 'off', -// }, -// } - module.exports = { root: true, env: { diff --git a/LICENSE b/LICENSE index 5d5d01c2..e76f0161 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright 2019 Jmys +Copyright 2021 就眠儀式 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/commitlint.config.js b/commitlint.config.js index 4fedde6d..33a7b5c1 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1 +1 @@ -module.exports = { extends: ['@commitlint/config-conventional'] } +module.exports = { extends: ['@commitlint/config-conventional'] } \ No newline at end of file diff --git a/jest.config.js b/jest.config.js index eb9a2f41..8774ec49 100644 --- a/jest.config.js +++ b/jest.config.js @@ -24,4 +24,4 @@ module.exports = { }, ], }, -} +} \ No newline at end of file