-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Apply EditorConfig rules everywhere (#163)
There was a lot of files with bad indents, missing final newlines, or trailing whitespace, this fixes it.
- Loading branch information
Showing
30 changed files
with
16,438 additions
and
16,435 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,48 +1,48 @@ | ||
{ | ||
"name": "@apify/actor-templates", | ||
"version": "0.1.4", | ||
"description": "A manifest of Apify actor templates.", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src/index.js" | ||
], | ||
"scripts": { | ||
"lint": "eslint . --ext .js,.ts", | ||
"test": "jest", | ||
"test-without-templates": "npm run test -- --testPathIgnorePatterns=templates.test.js", | ||
"test-templates": "npm run test -- --testPathPattern=templates.test.js", | ||
"test-python-templates": "npm run test-templates -- --testNamePattern=python", | ||
"test-node-templates": "npm run test-templates -- --testNamePattern=node", | ||
"build": "node ./src/build.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/apify/actor-templates.git" | ||
}, | ||
"author": "Jakub Drobnik <jakub.drobnik@apify.com>", | ||
"contributors": [ | ||
"Jan Bárta <jan.barta@apify.com>", | ||
"Ondra Urban <ondra@apify.com>" | ||
], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/apify/actor-templates/issues" | ||
}, | ||
"homepage": "https://github.com/apify/actor-templates#readme", | ||
"devDependencies": { | ||
"@apify/eslint-config": "^0.3.1", | ||
"@apify/eslint-config-ts": "^0.2.3", | ||
"@apify/tsconfig": "0.1.0", | ||
"@types/jest": "^29.5.1", | ||
"apify": "^3.1.4", | ||
"crawlee": "^3.3.2", | ||
"eslint": "^8.41.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"globby": "^11.1.0", | ||
"jest": "^29.5.0", | ||
"json5": "^2.2.3", | ||
"mustache": "^4.2.0", | ||
"playwright": "^1.34.2", | ||
"puppeteer": "^20.1.0" | ||
} | ||
"name": "@apify/actor-templates", | ||
"version": "0.1.4", | ||
"description": "A manifest of Apify actor templates.", | ||
"main": "src/index.js", | ||
"files": [ | ||
"src/index.js" | ||
], | ||
"scripts": { | ||
"lint": "eslint . --ext .js,.ts", | ||
"test": "jest", | ||
"test-without-templates": "npm run test -- --testPathIgnorePatterns=templates.test.js", | ||
"test-templates": "npm run test -- --testPathPattern=templates.test.js", | ||
"test-python-templates": "npm run test-templates -- --testNamePattern=python", | ||
"test-node-templates": "npm run test-templates -- --testNamePattern=node", | ||
"build": "node ./src/build.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/apify/actor-templates.git" | ||
}, | ||
"author": "Jakub Drobnik <jakub.drobnik@apify.com>", | ||
"contributors": [ | ||
"Jan Bárta <jan.barta@apify.com>", | ||
"Ondra Urban <ondra@apify.com>" | ||
], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/apify/actor-templates/issues" | ||
}, | ||
"homepage": "https://github.com/apify/actor-templates#readme", | ||
"devDependencies": { | ||
"@apify/eslint-config": "^0.3.1", | ||
"@apify/eslint-config-ts": "^0.2.3", | ||
"@apify/tsconfig": "0.1.0", | ||
"@types/jest": "^29.5.1", | ||
"apify": "^3.1.4", | ||
"crawlee": "^3.3.2", | ||
"eslint": "^8.41.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"globby": "^11.1.0", | ||
"jest": "^29.5.0", | ||
"json5": "^2.2.3", | ||
"mustache": "^4.2.0", | ||
"playwright": "^1.34.2", | ||
"puppeteer": "^20.1.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"root": true, | ||
"extends": "@apify/eslint-config-ts", | ||
"parserOptions": { | ||
"project": "./tsconfig.eslint.json", | ||
"ecmaVersion": 2020 | ||
} | ||
"root": true, | ||
"extends": "@apify/eslint-config-ts", | ||
"parserOptions": { | ||
"project": "./tsconfig.eslint.json", | ||
"ecmaVersion": 2020 | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
dist | ||
node_modules | ||
apify_storage | ||
storage | ||
storage |
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,16 +1,16 @@ | ||
{ | ||
"actorSpecification": 1, | ||
"name": "project-cypress-javascript", | ||
"name": "project-cypress-javascript", | ||
"title": "Cypress Project Javascript", | ||
"description": "Cypress project in JavaScript.", | ||
"version": "0.0", | ||
"version": "0.0", | ||
"meta": { | ||
"templateId": "js-cypress" | ||
}, | ||
"input": "./input_schema.json", | ||
"readme": "./README.md", | ||
"dockerfile": "./Dockerfile", | ||
"storages": { | ||
"storages": { | ||
"dataset": "./output_schema.json" | ||
} | ||
} |
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,27 +1,27 @@ | ||
{ | ||
"name": "cypress-module-api", | ||
"version": "1.0.0", | ||
"type": "module", | ||
"description": "Run Cypress via its module API", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
"@apify/log": "^2.2.7", | ||
"apify": "^3.0.0", | ||
"console.table": "^0.10.0", | ||
"cypress": "^12.7.0", | ||
"globby": "^13.1.3" | ||
}, | ||
"devDependencies": { | ||
"@apify/eslint-config": "^0.3.1", | ||
"eslint": "^8.20.0", | ||
"eslint-plugin-cypress": "^2.12.1" | ||
}, | ||
"scripts": { | ||
"cypress:open": "cypress open", | ||
"start": "node ./main.js" | ||
}, | ||
"author": "It's not you it's me", | ||
"license": "ISC" | ||
"name": "cypress-module-api", | ||
"version": "1.0.0", | ||
"type": "module", | ||
"description": "Run Cypress via its module API", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
"@apify/log": "^2.2.7", | ||
"apify": "^3.0.0", | ||
"console.table": "^0.10.0", | ||
"cypress": "^12.7.0", | ||
"globby": "^13.1.3" | ||
}, | ||
"devDependencies": { | ||
"@apify/eslint-config": "^0.3.1", | ||
"eslint": "^8.20.0", | ||
"eslint-plugin-cypress": "^2.12.1" | ||
}, | ||
"scripts": { | ||
"cypress:open": "cypress open", | ||
"start": "node ./main.js" | ||
}, | ||
"author": "It's not you it's me", | ||
"license": "ISC" | ||
} |
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,15 +1,15 @@ | ||
{ | ||
"title": "Scrape data from a web page", | ||
"type": "object", | ||
"schemaVersion": 1, | ||
"properties": { | ||
"url": { | ||
"title": "URL of the page", | ||
"type": "string", | ||
"description": "The URL of website you want to get the data from.", | ||
"editor": "textfield", | ||
"prefill": "https://www.apify.com/" | ||
} | ||
}, | ||
"required": ["url"] | ||
"title": "Scrape data from a web page", | ||
"type": "object", | ||
"schemaVersion": 1, | ||
"properties": { | ||
"url": { | ||
"title": "URL of the page", | ||
"type": "string", | ||
"description": "The URL of website you want to get the data from.", | ||
"editor": "textfield", | ||
"prefill": "https://www.apify.com/" | ||
} | ||
}, | ||
"required": ["url"] | ||
} |
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
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,2 +1,2 @@ | ||
apify ~= 1.1.1 | ||
beautifulsoup4 ~= 4.12.0 | ||
beautifulsoup4 ~= 4.12.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
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
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
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
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,16 +1,16 @@ | ||
{ | ||
"actorSpecification": 1, | ||
"name": "playwright-test-runner", | ||
"title": "Playwright Test Runner", | ||
"actorSpecification": 1, | ||
"name": "playwright-test-runner", | ||
"title": "Playwright Test Runner", | ||
"description": "Runs Playwright tests", | ||
"version": "0.0", | ||
"buildTag": "latest", | ||
"meta": { | ||
"version": "0.0", | ||
"buildTag": "latest", | ||
"meta": { | ||
"templateId": "ts-playwright-test-runner" | ||
}, | ||
"storages": { | ||
"storages": { | ||
"dataset": "./output_schema.json" | ||
}, | ||
"input": "./input_schema.json", | ||
"input": "./input_schema.json", | ||
"dockerfile": "./Dockerfile" | ||
} |
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 |
---|---|---|
|
@@ -57,4 +57,4 @@ | |
} | ||
}, | ||
"required": [] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ node_modules | |
dist | ||
playwright-report | ||
src/tests | ||
test-results.json | ||
test-results.json |
Oops, something went wrong.