Giter Club home page Giter Club logo

frontend-toolkit's Introduction

Hypothesis Front-end Toolkit

This repository contains shared tools, documentation and resources for front-end projects in Hypothesis.

Documentation

The docs/ folder contains our style guides and other documentation which is useful when writing Hypothesis code across different projects.

Packages

The packages/ folder contains a set of npm packages that provide resources such as base config files for front-end tooling, utility scripts etc. that are useful across multiple Hypothesis projects. These include:

Publishing package updates

Prerequisites:

  • Set up an npm account with 2FA enabled, and ask a lead developer to add you to the Hypothesis organization in npm
  • Ensure that the package you want to publish is associated with the developers team in this organization

To publish a new version of a package:

  1. Ensure any changes you want to include have been merged. Then check out the main branch of the repository and switch to the package's directory.
  2. Add an entry for the new version of the package in the changelog. See https://keepachangelog.com/en/1.0.0/ for details of the format that we use.
  3. Run npm version with appropriate flags (eg. npm version minor) to update the package version.
  4. Commit and push the changes from the previous step
  5. Run npm publish to publish the new version

frontend-toolkit's People

Contributors

acelaya avatar dependabot[bot] avatar esanzgar avatar indigobravo avatar lms007 avatar lyzadanger avatar nickstenning avatar robertknight avatar seanh avatar

Stargazers

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

Watchers

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

frontend-toolkit's Issues

Add support in eslint-config-hypothesis for eslint flat config

Eslint 9 will ship with a new config format which, for v8, is supported but disabled by default.

In order to migrate hypothesis projects to the flat config, we need to migrate our plugin into that format first.

A migration guide can be found here: https://eslint.org/docs/latest/extend/plugin-migration-flat-config

Since flat config require plugins to be explicitly imported, we could initially provide another entry point for this package and make "regular" and flat configs coexist until all projects have been migrated.

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.