This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-28 21:33:24 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a4c4fa7335
Ghost
/
ghost
/
admin
/
tests
/
.eslintrc.js
8 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Switch to eslint-plugin-ghost extending plugin:ghost/ember no issue - fix lint errors in lib/gh-koenig - fix ghost:base eslint errors - update ember plugin refs, remove ember-suave plugin refs - remove old jshint refs - add `lint:js` script - switch to `eslint-plugin-ghost` extending `plugin:ghost/ember`
2018-01-05 18:38:23 +03:00
/* eslint-env node */
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-10-14 13:23:51 +03:00
module
.
exports
=
{
env
:
{
'embertest'
:
true
,
'mocha'
:
true
}
}
;
Reference in New Issue
Copy Permalink