File tree Expand file tree Collapse file tree 9 files changed +17
-4
lines changed Expand file tree Collapse file tree 9 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ module.exports = {
3232 }
3333 ] ,
3434 "prefer-template" : "off" ,
35+ "unicorn/filename-case" : "off" ,
3536 "@typescript-eslint/tslint/config" : [
3637 "error" ,
3738 {
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ module.exports = {
3232 }
3333 ],
3434 "prefer-template" : " off" ,
35+ "unicorn/filename-case" : " off" ,
3536 "@typescript-eslint/tslint/config" : [
3637 " error" ,
3738 {
Original file line number Diff line number Diff line change 1- ✨ 18 rules replaced with their ESLint equivalents. ✨
1+ ✨ 19 rules replaced with their ESLint equivalents. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+ ⚡ 1 package is required for new ESLint rules. ⚡
4+ unicorn
35✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ module.exports = {
4040 }
4141 ] ,
4242 "prefer-template" : "off" ,
43+ "unicorn/filename-case" : "off" ,
4344 "@typescript-eslint/tslint/config" : [
4445 "error" ,
4546 {
Original file line number Diff line number Diff line change 1- ✨ 18 rules replaced with their ESLint equivalents. ✨
1+ ✨ 19 rules replaced with their ESLint equivalents. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+ ⚡ 1 package is required for new ESLint rules. ⚡
4+ unicorn
35✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ module.exports = {
3939 }
4040 ] ,
4141 "prefer-template" : "off" ,
42+ "unicorn/filename-case" : "off" ,
4243 "@typescript-eslint/tslint/config" : [
4344 "error" ,
4445 {
Original file line number Diff line number Diff line change 1- ✨ 18 rules replaced with their ESLint equivalents. ✨
1+ ✨ 19 rules replaced with their ESLint equivalents. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+ ⚡ 1 package is required for new ESLint rules. ⚡
4+ unicorn
35✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ module.exports = {
4040 }
4141 ] ,
4242 "prefer-template" : "off" ,
43+ "unicorn/filename-case" : "off" ,
4344 "@typescript-eslint/tslint/config" : [
4445 "error" ,
4546 {
Original file line number Diff line number Diff line change 1- ✨ 18 rules replaced with their ESLint equivalents. ✨
1+ ✨ 19 rules replaced with their ESLint equivalents. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+ ⚡ 1 package is required for new ESLint rules. ⚡
4+ unicorn
35✅ All is well! ✅
You can’t perform that action at this time.
0 commit comments