Skip to content

Commit 5d87643

Browse files
author
Shane Osbourne
committed
linting/test config
1 parent 12dfb2a commit 5d87643

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build/
2+
docs/
23
lib/
34
Sources/ContentScopeScripts/dist/
45
integration-test/extension/contentScope.js

inject/android.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @module Android integration
33
*/
4+
/* global contentScopeFeatures */
45
import { processConfig, isGloballyDisabled } from './../src/utils'
56

67
function init () {

inject/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @module Testing Integration
2+
* @module Testing integration
33
*/
44

55
/* global contentScopeFeatures */

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"exclude": [
2121
"integration-test/pages",
2222
"integration-test/extension",
23+
"docs"
2324
]
2425
}

0 commit comments

Comments
 (0)