mirror of
https://github.com/apache/superset.git
synced 2026-06-08 00:59:17 +00:00
deprecate tslint and configure eslint for typescript (#9172)
This commit is contained in:
@@ -95,7 +95,7 @@ const SQL_DATA_TYPES = [
|
||||
|
||||
const allKeywords = SQL_KEYWORDS.concat(SQL_DATA_TYPES);
|
||||
|
||||
const sqlKeywords = allKeywords.map((keyword) => ({
|
||||
const sqlKeywords = allKeywords.map(keyword => ({
|
||||
meta: 'sql',
|
||||
name: keyword,
|
||||
score: SQL_KEYWORD_AUTOCOMPLETE_SCORE,
|
||||
|
||||
Reference in New Issue
Block a user