Skip to content

Commit

Permalink
[INTERNAL] ESLint: Rename config files to .eslintrc.json
Browse files Browse the repository at this point in the history
Change-Id: Ic09a26ab0f9bc9d59a4f8ac81d6e80001b56f8dd
JIRA: CPOUI5FOUNDATION-373
  • Loading branch information
larskissel authored and matz3 committed Jul 23, 2021
1 parent 2b8e497 commit e5f69e3
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ UI5 uses ESLint to check JavaScript sources.

## Rule Set

The current set of enabled rules can be found in the top-level [.eslintrc](/.eslintrc) file.
The current set of enabled rules can be found in the top-level [.eslintrc.json](/.eslintrc.json) file.
Those rules apply to all JavaScript code that is part of the OpenUI5 project repository.

## Library-Specific Rule Set

Library projects may decide on a stricter rule set for the whole library or parts of it.
Rules from the central rule set **MUST NOT** be overridden with a lower severity.

Example: [src/sap.ui.fl/.eslintrc](../src/sap.ui.fl/.eslintrc)
Example: [src/sap.ui.fl/.eslintrc.json](../src/sap.ui.fl/.eslintrc.json)

## Execute Checks

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e5f69e3

Please sign in to comment.