mirror of
https://github.com/garraflavatra/yeslint.git
synced 2025-06-28 04:55:11 +00:00
Added support for TypeScript codebases
This commit is contained in:
@ -11,4 +11,10 @@ module.exports = {
|
||||
console.log(password);
|
||||
},
|
||||
],
|
||||
|
||||
arrays: [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
],
|
||||
};
|
||||
|
@ -5,5 +5,7 @@ module.exports = {
|
||||
|
||||
object:{spacing:'required!'},
|
||||
|
||||
functions: [( env )=> console.log(env.password),function ({password}) { console.log( password )}]
|
||||
functions: [( env )=> console.log(env.password),function ({password}) { console.log( password )}],
|
||||
|
||||
arrays: [1,2,3]
|
||||
}
|
||||
|
Reference in New Issue
Block a user