mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Remove tslint config
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
7223064af3
commit
aa6eada62b
@ -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);
|
||||
|
@ -1,5 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => ({
|
||||
extends: 'tslint:recommended',
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user