bemusic / bemuse

⬤▗▚▚▚ Web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
https://bemuse.ninja/
GNU Affero General Public License v3.0
1.15k stars 147 forks source link

:wrench: allow `.jsx` files to be lint-staged #519

Closed resir014 closed 5 years ago

resir014 commented 5 years ago

Adds .jsx file to the list of extensions to run through lint-staged.

codecov-io commented 5 years ago

Codecov Report

Merging #519 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #519   +/-   ##
=======================================
  Coverage   83.25%   83.25%           
=======================================
  Files         172      172           
  Lines        5423     5423           
  Branches        1        1           
=======================================
  Hits         4515     4515           
  Misses        908      908

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd5499c...d309238. Read the comment docs.

dtinth commented 5 years ago

Thanks!!