Enable prefer-const lint rule (#3202)
This commit is contained in:
committed by
Florent Vilmart
parent
a6c988176e
commit
ca286b7108
@@ -1,4 +1,4 @@
|
||||
let twitter = require('../src/Adapters/Auth/twitter');
|
||||
const twitter = require('../src/Adapters/Auth/twitter');
|
||||
|
||||
describe('Twitter Auth', () => {
|
||||
it('should use the proper configuration', () => {
|
||||
|
||||
Reference in New Issue
Block a user