fix/ ng lint with eslint
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "../eslintrc.json",
|
||||
"extends": "../.eslintrc.json",
|
||||
"parserOptions": {
|
||||
"project": ["e2e/tsconfig.e2e.json"]
|
||||
"project": [
|
||||
"e2e/tsconfig.e2e.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {expect} from 'chai';
|
||||
import {SpectronClient} from 'spectron';
|
||||
import { expect } from 'chai';
|
||||
import { SpectronClient } from 'spectron';
|
||||
|
||||
import commonSetup from './common-setup';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user