ci(component): 格式化
This commit is contained in:
parent
024b166d59
commit
f8a8d865bf
27
.eslintrc.js
27
.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 = {
|
module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
env: {
|
env: {
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright 2019 Jmys
|
Copyright 2021 就眠儀式
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
Loading…
Reference in New Issue
Block a user