Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 433 Bytes

VivaldiFox

Build Status

A Firefox add-on for Vivaldi style UI colouring.

Setup

npm i -g web-ext

Compiling xpi

web-ext build

Running add-on

web-ext run -f nightly

Linting

This repo requires code to be ESLint-clean.

You can lint using:

eslint ./

Assuming you've installed ESLint with npm i -g eslint.