Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: so1ve/codestyle-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.102.0
Choose a base ref
...
head repository: so1ve/codestyle-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.102.1
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 13, 2023

  1. feat: unocss

    so1ve committed Jun 13, 2023
    Copy the full SHA
    c6ec5a1 View commit details
  2. chore: release v0.102.1

    so1ve committed Jun 13, 2023
    Copy the full SHA
    90a04b1 View commit details
1 change: 1 addition & 0 deletions packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ module.exports = defineConfig({
],
extends: [
"./standard",
"@unocss",
"plugin:import/recommended",
"plugin:eslint-comments/recommended",
"plugin:jsonc/recommended-with-jsonc",
3 changes: 2 additions & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config-basic",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's basic eslint config.",
"keywords": [
@@ -33,6 +33,7 @@
"@so1ve/eslint-plugin": "workspace:*",
"@so1ve/eslint-plugin-prettier": "workspace:*",
"@so1ve/prettier-config": "workspace:*",
"@unocss/eslint-config": "^0.53.1",
"eslint-define-config": "^1.20.0",
"eslint-parser-plain": "^0.1.0",
"eslint-plugin-array-func": "^3.1.8",
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config-react",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config for react.",
"keywords": [
2 changes: 1 addition & 1 deletion packages/eslint-config-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config-solid",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config for solid.",
"keywords": [
2 changes: 1 addition & 1 deletion packages/eslint-config-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config-svelte",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config for svelte.",
"keywords": [
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config-ts",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config for typescript.",
"keywords": [
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config-vue",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config for vue.",
"keywords": [
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-config",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's eslint config.",
"keywords": [
2 changes: 1 addition & 1 deletion packages/eslint-plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-plugin-prettier",
"version": "0.102.0",
"version": "0.102.1",
"author": "Teddy Katz",
"contributors": [
"JounQin (https://github.com/JounQin) <admin@1stg.me>"
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/eslint-plugin",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"keywords": [
"eslint",
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@so1ve/prettier-config",
"version": "0.102.0",
"version": "0.102.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
"description": "Ray's prettier config.",
"keywords": [
162 changes: 70 additions & 92 deletions pnpm-lock.yaml