Skip to content

Commit 3a5d882

Browse files
committed
[TASK] Remove ESlinting option for now
1 parent b649bf4 commit 3a5d882

File tree

4 files changed

+4
-75
lines changed

4 files changed

+4
-75
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.build/
22
/vendor/
33
/composer.lock
4+
/.php_cs.cache

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Making sure your PHP files apply to the same rules.
2626
If you work on a team, and you use different IDE settings, `.editorconfig` helps you to have the same settings
2727
across all editors. It does not matter if it is VS-Code, vim or PhpStorm.
2828

29-
3. eslint config
30-
31-
TypeScript rules are also available.
32-
3329
### Setting up the TYPO3 rulesets as boilerplate
3430

3531
Our coding standards file can set this up for you. Run
@@ -95,5 +91,4 @@ This package is available under the MIT license, since it relies heavily on the
9591
In addition, I would like to thank the TYPO3 Core Team that kickstarted this set of rules in 2015, and to the
9692
creators and maintainers of PHP-CS-Fixer package.
9793

98-
Benni Mack
99-
TYPO3 Project Lead
94+
Benni Mack, TYPO3 Project Lead

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"friendsofphp/php-cs-fixer": "^2.16.0",
14-
"php": "^7.2"
13+
"php": "^7.2",
14+
"friendsofphp/php-cs-fixer": "^2.16.0"
1515
},
1616
"config": {
1717
"sort-packages": true

templates/eslintrc.js.dist

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)