Coder Social home page Coder Social logo

beautifier-stylelint's Introduction

Unibeautify

Renovate enabled Maintainability

One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them

Travis CI (Linux / macOS) AppVeyor (Windows) Test Coverage
Build Status Build status Test Coverage

Why

  • Single beautifier abstracting multiple beautifiers for multiple languages
  • Unified beautifier configuration options

Install

To use programmatically with Node.js:

$ npm install --save unibeautify

CLI

See Unibeautify-CLI:

$ npm install --global @unibeautify/cli

Usage

See test/ directory for examples.

Contribute

# Be sure to lint
npm run lint
# And build
npm run build
# And test
npm test

beautifier-stylelint's People

Contributors

dependabot[bot] avatar glavin001 avatar renovate-bot avatar stevenzeck avatar

Watchers

 avatar  avatar

beautifier-stylelint's Issues

Package not found via npm

โ†’ npm i @unibeautify/beautifier-stylelint
npm ERR! code E404
npm ERR! 404 Not Found: @unibeautify/beautifier-stylelint@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/marvinheilemann/.npm/_logs/2018-11-17T09_53_04_323Z-debug.log

@Glavin001 I'm not very familiar with these @package thing, but I think you need to add it somewhere at npm, isn't it?

Dependency Dashboard

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

Rate-Limited

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

  • Update dependency @types/stylelint to v14
  • Update dependency read-pkg-up to v11
  • Update dependency stylelint to v16
  • Update dependency tslint to v6
  • Update dependency typescript to v5
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

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

Detected dependencies

npm
package.json
  • cosmiconfig ^5.2.0
  • read-pkg-up ^7.0.0
  • @types/cosmiconfig 5.0.3
  • @types/node 12.12.31
  • @types/jest 24.9.1
  • @types/stylelint 9.10.1
  • jest 24.9.0
  • rimraf 3.0.2
  • stylelint 11.1.1
  • ts-jest 24.3.0
  • tslint 5.20.1
  • tslint-clean-code 0.2.10
  • tslint-microsoft-contrib 6.2.0
  • typescript 3.9.6
  • unibeautify 0.17.1
  • stylelint ^9.7.1 || ^10.0.0 || ^11.0.0
  • unibeautify >= 0.12.1
travis
.travis.yml
  • node 8
  • node 10

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

VSCode error when formatting

Is this working?? I believe I have everything installed correctly, but I'm getting an error Beautifier not found: stylelint in VSCode. All my other Beautifiers seems to be working fine.

Here's my config:

"SCSS": {
    "beautifiers": [
      "stylelint"
    ],
    "stylelint": {
      "prefer_beautifier_config": true,
      "stylelint": {
        "path": "/Users/mike/.nvm/versions/node/v6.11.0/lib/node_modules/stylelint"
      }
    },
    "end_with_semicolon": true,
    "indent_size": 2,
    "indent_style": "space",
    "max_preserve_newlines": 2,
    "newline_between_rules": true,
    "quotes": "single",
    "space_after_anon_function": false,
    "space_in_paren": true
  }

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.