Coder Social home page Coder Social logo

zaferozerr / eslint-config-skuba Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seek-oss/eslint-config-skuba

0.0 0.0 0.0 2.7 MB

skuba extensions to eslint-config-seek

Home Page: https://github.com/seek-oss/skuba

License: MIT License

JavaScript 100.00%

eslint-config-skuba's Introduction

eslint-config-skuba

GitHub Release GitHub Validate Powered by skuba

Shareable ESLint config for skuba.

Table of contents

Usage

eslint-config-skuba is bundled with skuba.

You can start a new project:

npx skuba init

Or bootstrap an existing one:

# install skuba
yarn add --dev --exact skuba

# bootstrap your project
yarn skuba configure

Either method will leave you with an .eslintrc.js:

module.exports = {
  extends: ['skuba'],
};

Some scripts will be defined via package.json:

# run ESLint in fix mode
yarn format

# run ESLint in check mode
yarn lint

Release

This package is published to the public npm registry with a GitHub Actions release workflow.

The workflow runs on select branches:

on:
  push:
    branches:
      # add others as necessary
      - beta
      - master
      # - alpha

It depends on this repo being hosted on seek-oss with access to the SEEK_OSS_CI_NPM_TOKEN GitHub secret.

Releasing latest

Commits to the master branch will be released with the latest tag, which is the default used when running npm install or yarn install.

Releasing other dist-tags

semantic-release prescribes a branch-based workflow for managing distribution tags.

You can push to other branches to manage betas, maintenance updates to prior major versions, and more.

Here are some branches that semantic-release supports by default:

Git branch npm dist-tag
master latest
alpha alpha
beta beta
next next
1.x release-1.x

For more information, see the semantic-release docs on triggering a release.

eslint-config-skuba's People

Contributors

renovate[bot] avatar 72636c avatar dependabot[bot] avatar samchungy avatar aaronmoat avatar raphsutti avatar mrm007 avatar etaoins avatar

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.