Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #65 from AtomLinter/reorg-eslint-config
Browse files Browse the repository at this point in the history
Move the Atom-jasmine specific config
  • Loading branch information
Arcanemagus committed Dec 11, 2015
2 parents fe78e4e + 35164af commit 0fa3d8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"extends": "airbnb/base",
"parser": "babel-eslint",
"globals": {
"atom": true,
"waitsForPromise": true
"atom": true
},
"env": {
"es6": true,
Expand Down
8 changes: 8 additions & 0 deletions spec/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"globals": {
"waitsForPromise": true
},
"env": {
"jasmine": true
}
}
1 change: 0 additions & 1 deletion spec/linter-csslint-spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use babel';
/* eslint-env jasmine */

describe('The csslint provider for Linter', () => {
const lint = require('../lib/main').provideLinter().lint;
Expand Down

0 comments on commit 0fa3d8e

Please sign in to comment.