Use standard and prettier (#10)
* switch from custom eslint config to standard + prettier * fix new standard eslint violations * add editorconfig file * auto-fix all other violations * update lint yarn script * remove jshint comment
This commit is contained in:
2
scripts/eslint.js
Normal file
2
scripts/eslint.js
Normal file
@ -0,0 +1,2 @@
|
||||
process.argv.push('.');
|
||||
require('eslint/bin/eslint');
|
||||
Reference in New Issue
Block a user