Giter VIP home page Giter VIP logo

eslint-plugin-dprint-integration's Introduction

👋 This is Ray!

爱发电

  • 💎 I make something useful or useless
  • 😍 TypeScript enthusiast, Node.js user, Rust & Go beginner
  • 📱 How to reach me: i#mk1.io, @so1v3, @z Broken, @1s

🔭 Tech stack

Tech stack

🛠 Tools I use

Tools I use

⏲️ This week I spent time on...

Total Time: 34 mins

TypeScript   13 mins         ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣤⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   37.63 %
JSON         11 mins         ⣿⣿⣿⣿⣿⣿⣿⣿⣤⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   33.25 %
Vue.js       9 mins          ⣿⣿⣿⣿⣿⣿⣦⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   26.17 %
TSConfig     0 secs          ⣦⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.69 %
PowerShell   0 secs          ⣤⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.21 %

🚀 Contribution

github-snake

📚 Latest Posts

eslint-plugin-dprint-integration's People

Contributors

autofix-ci[bot] avatar g-plane avatar linonetwo avatar renovate[bot] avatar so1ve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

eslint-plugin-dprint-integration's Issues

🍳 Renovate Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: File contents are invalid JSON but parse using JSON5. Support for this will be removed in a future release so please change to a support .json5 file name or ensure correct JSON syntax.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @so1ve/eslint-config to v3
  • chore(deps): update dependency @so1ve/prettier-config to v3
  • chore(deps): update dependency @types/eslint to v9
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency vitest to v2
  • chore(deps): update pnpm to v9
  • 🔐 Create all pending approval PRs at once 🔐

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update autofix-ci/action digest to ff86a55
  • chore(deps): update dependency @antfu/ni to ^0.22.0
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/autofix-ci.yml
  • actions/checkout v3
  • actions/setup-node v3
  • autofix-ci/action ea32e3a12414e6d3183163c3424a7d7a8631ad84
.github/workflows/ci.yml
  • actions/checkout v3
  • pnpm/action-setup v4
  • actions/setup-node v3
  • actions/checkout v3
  • pnpm/action-setup v4
  • actions/setup-node v3
  • actions/checkout v3
  • pnpm/action-setup v4
  • actions/setup-node v3
.github/workflows/release.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @dprint/dockerfile ^0.3.0
  • @dprint/formatter ^0.2.0
  • @dprint/json ^0.19.1
  • @dprint/markdown ^0.16.3
  • @dprint/toml ^0.5.4
  • @dprint/typescript ^0.88.7
  • defu ^6.1.3
  • dprint-plugin-malva ^0.1.4
  • dprint-plugin-markup ^0.2.6
  • prettier-linter-helpers ^1.0.0
  • @antfu/ni ^0.21.12
  • @so1ve/eslint-config ^1.0.2
  • @so1ve/prettier-config ^1.0.2
  • @types/eslint ^8.56.0
  • @types/node ^20.10.5
  • @types/prettier-linter-helpers ^1.0.4
  • bumpp ^9.2.1
  • eslint ^8.56.0
  • eslint-parser-plain ^0.1.0
  • eslint-plugin-dprint-integration ^0.3.0
  • pkgroll ^2.0.1
  • prettier ^3.1.1
  • typescript ^5.3.3
  • unbuild ^2.0.0
  • vite ^5.0.10
  • vitest ^1.1.0
  • pnpm 8.15.4

  • Check this box to trigger a request for Renovate to run again on this repository

dockerfile.getBuffer is not a function

[Error - 22:42:16] Request textDocument/formatting failed.
  Message: Request textDocument/formatting failed with message: Error while loading rule 'dprint-integration/dprint': dockerfile.getBuffer is not a function

maybe use ?. for it?

I'm not using docker.

I also log it

dockerfile { getPath: [Function: getPath] }

Does this use dpring.json?

This is my config with preferSingle

{
  "lineWidth": 140,
  "typescript": {
    "quoteStyle": "preferSingle",
    "binaryExpression.operatorPosition": "sameLine"
  },
  "json": {
  },
  "markdown": {
  },
  "includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md}"],
  "excludes": [
    "**/node_modules",
    "**/*-lock.json"
  ],
  "plugins": [
    "https://plugins.dprint.dev/typescript-0.84.1.wasm",
    "https://plugins.dprint.dev/json-0.17.1.wasm",
    "https://plugins.dprint.dev/markdown-0.15.2.wasm"
  ]
}

But

截屏2023-04-12 22 16 57

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.