biojs / generator-biojs-webcomponents

Generate all the boilerplate for your next BioJS tool!
http://training.biojs.net
MIT License
9 stars 2 forks source link

Configure ESLint to use only double quotes and then remove single quotes #19

Closed Nikhil-Vats closed 5 years ago

Nikhil-Vats commented 5 years ago

This changes the ESLint configure, allowing only double quotes and escape character if a string contains double quotes inside it and remove Prettier to maintain consistency. It also removes single quotes from the index.js to allow the tests to pass.

Checklist

sarthak-sehgal commented 5 years ago

Closing this for now.