scratchjr-website/.eslintrc.js
chrisgarrity 5ecd2545d9 Sync master content ()
* Brings develop up to date with content changes to Master
* Adds Google analytics and uses https
* Uses Scratch eslint rules (eslint-config-scratch)
* Adds new Assessment page content from Tufts
* FAQ updates
2017-04-21 08:31:38 -04:00

3 lines
79 B
JavaScript

module.exports = {
extends: ['scratch', 'scratch/es6', 'scratch/node'],
};