Skip to content

Commit ed90b14

Browse files
authoredNov 17, 2022
refactor: move linting to each lib to enable caching (#24424)
1 parent 8d85c80 commit ed90b14

File tree

82 files changed

+418
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+418
-266
lines changed
 

‎.eslintignore

-119
This file was deleted.

‎cli/.eslintignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**/__snapshots__
2+
/build
3+
4+
# cli/types is linted by tslint/dtslint
5+
/types
6+
7+
# these are all copied from dist'd builds from the individual libs
8+
/angular
9+
/react
10+
/react18
11+
/vue
12+
/vue2
13+
/svelte
14+
/mount-utils

4 commit comments

Comments
 (4)

cypress-bot[bot] commented on Nov 17, 2022

@cypress-bot[bot]
Contributor

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/linux-x64/develop-ed90b14d4f187369ded9baf59f5312bea652f23e/cypress.tgz

cypress-bot[bot] commented on Nov 17, 2022

@cypress-bot[bot]
Contributor

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/linux-arm64/develop-ed90b14d4f187369ded9baf59f5312bea652f23e/cypress.tgz

cypress-bot[bot] commented on Nov 17, 2022

@cypress-bot[bot]
Contributor

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/darwin-arm64/develop-ed90b14d4f187369ded9baf59f5312bea652f23e/cypress.tgz

cypress-bot[bot] commented on Nov 17, 2022

@cypress-bot[bot]
Contributor

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.0/win32-x64/develop-ed90b14d4f187369ded9baf59f5312bea652f23e/cypress.tgz
Please sign in to comment.