mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Improved datatables regex
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"exclude": [["^", 1, "$"]]
|
||||
},
|
||||
"Datatables.net": {
|
||||
"match": "(jquery\\.)*dataTables(\\.all)*(\\.min)*\\.js$",
|
||||
"match": "(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
|
||||
"types": ["datatables.net"]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user