Ghost/ghost/admin/tests
Kevin Ansfield 91dfd0cbf7 switch from jshint/jscs to eslint
no issue
- drop `jshint`, `jscs`, and `ember-suave` dependencies
- remove `grunt` related linting dependencies and tasks
- remove linting build from Travis so that linting can be performed as part of the normal test suite (refs TryGhost/Ghost#7427)
- add `ember-cli-eslint` and `eslint-plugin-ember-suave` dependencies
- configure `eslint` to match our previous coding style
- update config to run eslint tests as part of the normal test run
- add `npm run lint` command to only run linter tests
2016-11-14 13:25:36 +00:00
..
acceptance Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
helpers Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
integration Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
unit Removed local markdown editor within ghost (#379) 2016-11-07 15:59:48 +00:00
.eslintrc.js switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
index.html Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
test-helper.js