FreelyGive / contacts

Contacts drupal module
2 stars 5 forks source link

Run ESLint tests for JS #35

Open andrewbelcher opened 7 years ago

andrewbelcher commented 7 years ago

Drupal now uses ESLint for it's javascript coding standards. Need to adjust travis to do something along the lines of:

# Install ESLint
npm i -g eslint
# In our directory, run the test
 eslint js/** -c ../../../core/.eslintrc.json

Also worth wondering at this point if we drop drupal ti? Seems to only cause us problems.... :(

andrewbelcher commented 7 years ago

Another good one to knock off. We've already ditched DrupalTI