Remove tslint config

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2022-03-15 14:28:18 +01:00 committed by Convly
parent 57486399ae
commit 9240e69fc8
2 changed files with 1 additions and 6 deletions

View File

@ -81,7 +81,7 @@ module.exports = async function createProject(scope, { client, connection, depen
if (useTypescript) {
const tsJSONDir = join(__dirname, 'resources', 'json', 'ts');
const files = ['tsconfig-admin.json.js', 'tsconfig-server.json.js', 'tslint.json.js'];
const files = ['tsconfig-admin.json.js', 'tsconfig-server.json.js'];
files.forEach(file => {
const srcPath = join(tsJSONDir, file);

View File

@ -1,5 +0,0 @@
'use strict';
module.exports = () => ({
extends: 'tslint:recommended',
});