forked from fluid-project/infusion-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FLUID-6253: Updated linting to use gpii-grunt-lint-all.
Performed linting tasks.
- Loading branch information
Showing
8 changed files
with
79 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
src/static/lib/infusion | ||
src/static/lib/infusion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
"plugins": [ | ||
"markdown" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
"plugins": [ | ||
"markdown" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,33 @@ | ||
{ | ||
"name": "infusion-docs", | ||
"version": "1.5.0", | ||
"description": "Infusion Documentation", | ||
"license": "CC-BY-3.0", | ||
"repository": "https://github.com/fluid-project/infusion-docs", | ||
"scripts": { | ||
"docpad": "docpad run --env static --out out", | ||
"deploy": "docpad deploy-ghpages --env static", | ||
"pretest": "docpad generate --env static --out out", | ||
"test": "node tests/all-tests.js" | ||
}, | ||
"dependencies": { | ||
"urijs": "1.19.0", | ||
"docpad-plugin-ghpages": "2.6.1", | ||
"docpad-plugin-handlebars": "2.4.0", | ||
"docpad-plugin-highlightjs": "2.5.0", | ||
"docpad-plugin-markit": "2.4.0", | ||
"fs-extra": "4.0.2", | ||
"markdown-it-anchor": "4.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "4.9.0", | ||
"eslint-config-fluid": "1.1.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"fluid-grunt-eslint": "18.1.2", | ||
"fluid-grunt-json5lint": "1.0.0", | ||
"gpii-express": "1.0.11", | ||
"gpii-grunt-mdjson-lint": "1.0.0-dev.20171024T123903Z.3c91988", | ||
"grunt": "1.0.1", | ||
"grunt-jsonlint": "1.1.0", | ||
"grunt-markdownlint": "1.0.42", | ||
"infusion": "3.0.0-dev.20171006T195039Z.a128358", | ||
"jsdom": "11.3.0", | ||
"kettle": "1.7.0", | ||
"node-jqunit": "1.1.7", | ||
"request": "2.83.0" | ||
} | ||
"name": "infusion-docs", | ||
"version": "1.5.0", | ||
"description": "Infusion Documentation", | ||
"license": "CC-BY-3.0", | ||
"repository": "https://github.com/fluid-project/infusion-docs", | ||
"scripts": { | ||
"docpad": "docpad run --env static --out out", | ||
"deploy": "docpad deploy-ghpages --env static", | ||
"pretest": "docpad generate --env static --out out", | ||
"test": "node tests/all-tests.js" | ||
}, | ||
"dependencies": { | ||
"urijs": "1.19.0", | ||
"docpad-plugin-ghpages": "2.6.1", | ||
"docpad-plugin-handlebars": "2.4.0", | ||
"docpad-plugin-highlightjs": "2.5.0", | ||
"docpad-plugin-markit": "2.4.0", | ||
"fs-extra": "4.0.2", | ||
"markdown-it-anchor": "4.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-fluid": "1.3.0", | ||
"gpii-grunt-lint-all": "1.0.5-dev.20180904T103657Z.c351ca9", | ||
"gpii-express": "1.0.11", | ||
"grunt": "1.0.1", | ||
"infusion": "3.0.0-dev.20171006T195039Z.a128358", | ||
"jsdom": "11.3.0", | ||
"kettle": "1.7.0", | ||
"node-jqunit": "1.1.7", | ||
"request": "2.83.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -390,4 +390,4 @@ fluid.contextAware.makeAdaptation({ | |
gradeNames: "fluid.uploader.compatibility.1_2" | ||
} | ||
}); | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,4 +350,4 @@ For the switch: | |
display: inline-block; | ||
} | ||
} | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters