ft-interactive / nightingale-charts

FT style charts, axes, scales etc
http://ft-interactive.github.io/nightingale-charts
12 stars 5 forks source link

👕 Fixes sass-lint errors and adds modified Origami .eslintrc #156

Open aendra-rininsland opened 7 years ago

aendra-rininsland commented 7 years ago

This supersedes #153 and doesn't try to resolve eslint errors. It adds a minimalist .eslintrc that sets no-unused-vars and no-var to warnings instead of errors — it's recommended to go through and manually change these over time as it's believed that variable/function hoisting is used extensively in this codebase and consequently #153 was broken as a result of my over-eager changing of var to const/let.

Given this is based off the decaddify branch, #152 must be merged before this PR.