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

Move the Atom-jasmine specific config #65

Merged
merged 1 commit into from
Dec 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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